AMPS C# Client
5.3.3.4
AMPS C# Client for .NET
|
A System.IO.Stream wrapper around the ComponentAce zlib implementation which works bidirectionally and eliminates a data copy. More...
Public Attributes | |
ComponentAce.Compression.Libs.zlib.ZStream | _deflaterZStream = new ZStream() |
ComponentAce.Compression.Libs.zlib.ZStream | _inflaterZStream = new ZStream() |
Stream | _underlying |
int | _deflateMarker = 0 |
byte[] | _deflateBuffer = new byte[16384] |
Properties | |
override bool | CanRead [get] |
override bool | CanSeek [get] |
override bool | CanWrite [get] |
override long | Length [get] |
override long | Position [get, set] |
A System.IO.Stream wrapper around the ComponentAce zlib implementation which works bidirectionally and eliminates a data copy.