Property | Type | Description | |
---|---|---|---|
_GzipComment | string | ||
_GzipFileName | string | ||
_GzipMtime | System.DateTime | ||
_buf1 | byte[] | ||
_bufferSize | int | ||
_flavor | ZlibStreamFlavor | ||
_flushMode | FlushType | ||
_gzipHeaderByteCount | int | ||
_leaveOpen | bool | ||
_stream | |||
_streamMode | StreamMode | ||
_workingBuffer | byte[] | ||
_z |
Property | Type | Description | |
---|---|---|---|
ReadZeroTerminatedString | string | ||
_ReadAndValidateGzipHeader | int | ||
end | void | ||
finish | void |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
Read ( System buffer, System offset, System count ) : |
||
Read ( ) : int | ||
Seek ( System offset, System origin ) : System.Int64 | ||
SetLength ( System value ) : void | ||
Write ( System buffer, int offset, int count ) : void | ||
ZlibBaseStream ( System stream, ZlibStreamFlavor flavor, bool leaveOpen ) : System |
Method | Description | |
---|---|---|
ReadZeroTerminatedString ( ) : string | ||
_ReadAndValidateGzipHeader ( ) : int | ||
end ( ) : void | ||
finish ( ) : void |
public Read ( System buffer, System offset, System count ) : |
||
buffer | System | |
offset | System | |
count | System | |
return |
public Seek ( System offset, System origin ) : System.Int64 | ||
offset | System | |
origin | System | |
return | System.Int64 |
public Write ( System buffer, int offset, int count ) : void | ||
buffer | System | |
offset | int | |
count | int | |
return | void |
public ZlibBaseStream ( System stream, ZlibStreamFlavor flavor, bool leaveOpen ) : System | ||
stream | System | |
flavor | ZlibStreamFlavor | |
leaveOpen | bool | |
return | System |