Property | Type | Description | |
---|---|---|---|
buf | byte[] | ||
bufsize | int | ||
compress | bool | ||
flush_Renamed_Field | int | ||
z |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
Read ( System buffer, System offset, System count ) : |
||
Seek ( System offset, System origin ) : System.Int64 | ||
SetLength ( System value ) : void | ||
Write ( System b1, int off, int len ) : void | ||
WriteByte ( byte b ) : void | ||
WriteByte ( int b ) : void | ||
ZOutputStream ( System out_Renamed ) : System | ||
ZOutputStream ( System out_Renamed, int level ) : System | ||
end ( ) : void | ||
finish ( ) : void |
Method | Description | |
---|---|---|
InitBlock ( ) : 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 b1, int off, int len ) : void | ||
b1 | System | |
off | int | |
len | int | |
return | void |
public ZOutputStream ( System out_Renamed ) : System | ||
out_Renamed | System | |
return | System |
public ZOutputStream ( System out_Renamed, int level ) : System | ||
out_Renamed | System | |
level | int | |
return | System |