module Zip::Extra

Overview

Extra data handlers.

Defined in:

Class Method Summary

Class Method Detail

def self.pack(extras : Array(Extra::Base) | Nil) : Bytes #

Encode array of Extra::Base and return buffer.


def self.read(io) : Base #

Parse Extra data from given IO io.