Class
EventMachine::HttpDecoders::GZipHeader
In:
lib/em-http/decoders.rb
Parent:
Object
Partial implementation of RFC 1952 to extract the deflate stream from a gzip file
Methods
eof?
extract_stream
finished?
new
read
readbyte
Public Class methods
new
()
Public Instance methods
eof?
()
extract_stream
(compressed)
finished?
()
read
(n, buffer)
readbyte
()
[Validate]