W3cubDocs

/Crystal

class Compress::Gzip::Header

Overview

A header in a gzip stream.

Defined in:

compress/gzip/header.cr

Instance Method Summary

Instance Method Detail

def comment : String?Source

def comment=(comment : String?)Source

def extra : Slice(UInt8)Source

def extra=(extra)Source

def modification_time : TimeSource

def modification_time=(modification_time : Time)Source

def name : String?Source

def name=(name : String?)Source

def os : UInt8Source

def os=(os : UInt8)Source

© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/Compress/Gzip/Header.html