AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
ComponentAce.Compression.Libs.zlib.ZInputStream Class Reference
+ Inheritance diagram for ComponentAce.Compression.Libs.zlib.ZInputStream:

Public Member Functions

 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 ()
 

Protected Attributes

ZStream z = new ZStream()
 
int bufsize = 512
 
int flush
 
byte[] buf
 
bool compress
 

Properties

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...
 

Property Documentation

◆ 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: