|
| ZInputStream (System.IO.Stream in_Renamed) |
|
| ZInputStream (System.IO.Stream in_Renamed, int level) |
|
override int | Read () |
|
int | read (byte[] b, int off, int len) |
|
long | skip (long n) |
|
override void | Close () |
|
|
ZStream | z = new ZStream() |
|
int | bufsize = 512 |
|
int | flush |
|
byte[] | buf |
|
bool | compress |
|
|
virtual int | FlushMode [get, set] |
|
virtual long | TotalIn [get] |
| Returns the total number of bytes input so far. More...
|
|
virtual long | TotalOut [get] |
| Returns the total number of bytes output so far. More...
|
|
◆ TotalIn
virtual long ComponentAce.Compression.Libs.zlib.ZInputStream.TotalIn |
|
get |
Returns the total number of bytes input so far.
◆ TotalOut
virtual long ComponentAce.Compression.Libs.zlib.ZInputStream.TotalOut |
|
get |
Returns the total number of bytes output so far.
The documentation for this class was generated from the following file:
- AMPS.Client/zlibNET/ZInputStream.cs