class Compress::Gzip::Header inherits Reference ¶ A header in a gzip stream. Methods¶ #comment : String? ¶ View source #comment=(comment : String?) ¶ View source #extra : Slice(UInt8) ¶ View source #extra=(extra) ¶ View source #modification_time : Time ¶ View source #modification_time=(modification_time : Time) ¶ View source #name : String? ¶ View source #name=(name : String?) ¶ View source #os : UInt8 ¶ View source #os=(os : UInt8) ¶ View source