Property | Type | Description | |
---|---|---|---|
buf | byte[] | ||
buf1 | byte[] | ||
closed | bool | ||
compress | bool | ||
flushLevel | int | ||
output | Stream | ||
z | ZStream |
Method | Description | |
---|---|---|
Close ( ) : void | ||
End ( ) : void | ||
Finish ( ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte b, int off, int len ) : void | ||
WriteByte ( byte b ) : void | ||
ZOutputStream ( Stream output ) : System | ||
ZOutputStream ( Stream output, ZStream z ) : System | ||
ZOutputStream ( Stream output, bool nowrap ) : System | ||
ZOutputStream ( Stream output, int level ) : System | ||
ZOutputStream ( Stream output, int level, bool nowrap ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
DoClose ( ) : void | ||
GetDefaultZStream ( bool nowrap ) : |
public final Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public final Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte b, int off, int len ) : void | ||
b | byte | |
off | int | |
len | int | |
return | void |
public ZOutputStream ( Stream output ) : System | ||
output | Stream | |
return | System |
public ZOutputStream ( Stream output, ZStream z ) : System | ||
output | Stream | |
z | ZStream | |
return | System |
public ZOutputStream ( Stream output, bool nowrap ) : System | ||
output | Stream | |
nowrap | bool | |
return | System |
public ZOutputStream ( Stream output, int level ) : System | ||
output | Stream | |
level | int | |
return | System |
public ZOutputStream ( Stream output, int level, bool nowrap ) : System | ||
output | Stream | |
level | int | |
nowrap | bool | |
return | System |