Property | Type | Description | |
---|---|---|---|
Strategy | CompressionStrategy | ||
_GzipComment | string | ||
_GzipFileName | string | ||
_GzipMtime | System.DateTime | ||
_buf1 | byte[] | ||
_bufferSize | int | ||
_compressionMode | CompressionMode | ||
_flavor | ZlibStreamFlavor | ||
_flushMode | FlushType | ||
_gzipHeaderByteCount | int | ||
_leaveOpen | bool | ||
_level | CompressionLevel | ||
_stream | |||
_streamMode | StreamMode | ||
_workingBuffer | byte[] | ||
_z |
Property | Type | Description | |
---|---|---|---|
ReadZeroTerminatedString | string | ||
_ReadAndValidateGzipHeader | int | ||
end | void | ||
finish | void |
Method | Description | |
---|---|---|
Close ( ) : void | ||
CompressBuffer ( byte b, Stream compressor ) : void | ||
CompressString ( String s, Stream compressor ) : void | ||
Flush ( ) : void | ||
Read ( System buffer, System offset, System count ) : |
||
Read ( ) : int | ||
Seek ( System offset, System origin ) : System.Int64 | ||
SetLength ( System value ) : void | ||
UncompressBuffer ( byte compressed, Stream decompressor ) : byte[] | ||
UncompressString ( byte compressed, Stream decompressor ) : String | ||
Write ( System buffer, int offset, int count ) : void | ||
ZlibBaseStream ( System stream, CompressionMode compressionMode, CompressionLevel level, ZlibStreamFlavor flavor, bool leaveOpen ) : System |
Method | Description | |
---|---|---|
ReadZeroTerminatedString ( ) : string | ||
_ReadAndValidateGzipHeader ( ) : int | ||
end ( ) : void | ||
finish ( ) : void |
public static CompressBuffer ( byte b, Stream compressor ) : void | ||
b | byte | |
compressor | Stream | |
return | void |
public static CompressString ( String s, Stream compressor ) : void | ||
s | String | |
compressor | Stream | |
return | 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 static UncompressBuffer ( byte compressed, Stream decompressor ) : byte[] | ||
compressed | byte | |
decompressor | Stream | |
return | byte[] |
public static UncompressString ( byte compressed, Stream decompressor ) : String | ||
compressed | byte | |
decompressor | Stream | |
return | String |
public Write ( System buffer, int offset, int count ) : void | ||
buffer | System | |
offset | int | |
count | int | |
return | void |
public ZlibBaseStream ( System stream, CompressionMode compressionMode, CompressionLevel level, ZlibStreamFlavor flavor, bool leaveOpen ) : System | ||
stream | System | |
compressionMode | CompressionMode | |
level | CompressionLevel | |
flavor | ZlibStreamFlavor | |
leaveOpen | bool | |
return | System |
protected CompressionMode _compressionMode | ||
return | CompressionMode |