Gzip::Header

class Gzip::Header

Overview

A header in a gzip stream.

Defined in:

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–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/Gzip/Header.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部