module Zip::Extra
Overview
Extra data handlers.
Defined in:
Class Method Summary
-
.pack(extras : Array(Extra::Base) | Nil) : Bytes
Encode array of
Extra::Base
and return buffer. -
.read(io) : Base
Parse
Extra
data from given IO io.
Class Method Detail
def self.pack(extras : Array(Extra::Base) | Nil) : Bytes
#
Encode array of Extra::Base
and return buffer.