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

Public Member Functions

 ZOutputStream (System.IO.Stream out_Renamed)
 
 ZOutputStream (System.IO.Stream out_Renamed, int level)
 
void WriteByte (int b)
 
override void WriteByte (byte b)
 
override void Write (System.Byte[] b1, int off, int len)
 
virtual void finish ()
 
virtual void end ()
 
override void Close ()
 
override void Flush ()
 
override System.Int32 Read (System.Byte[] buffer, System.Int32 offset, System.Int32 count)
 
override void SetLength (System.Int64 value)
 
override System.Int64 Seek (System.Int64 offset, System.IO.SeekOrigin origin)
 

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...
 
override System.Boolean CanRead [get]
 
override System.Boolean CanSeek [get]
 
override System.Boolean CanWrite [get]
 
override System.Int64 Length [get]
 
override System.Int64 Position [get, set]
 

Property Documentation

◆ TotalIn

virtual long ComponentAce.Compression.Libs.zlib.ZOutputStream.TotalIn
get

Returns the total number of bytes input so far.

◆ TotalOut

virtual long ComponentAce.Compression.Libs.zlib.ZOutputStream.TotalOut
get

Returns the total number of bytes output so far.


The documentation for this class was generated from the following file: