Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
Write ( byte array, int offset, int count ) : void | ||
WriteByte ( byte value ) : void | ||
ZlibOutputStreamMs ( Stream st, int compressLevel, EDeflateCompressStrategy strat, bool leaveOpen ) : System | ||
getImplementationId ( ) : String |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
doInit ( ) : void | ||
initStream ( ) : void |
public Write ( byte array, int offset, int count ) : void | ||
array | byte | |
offset | int | |
count | int | |
return | void |
public ZlibOutputStreamMs ( Stream st, int compressLevel, EDeflateCompressStrategy strat, bool leaveOpen ) : System | ||
st | Stream | |
compressLevel | int | |
strat | EDeflateCompressStrategy | |
leaveOpen | bool | |
return | System |