C# Class ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip.ZlibBaseStream

Inheritance: System.IO.Stream
Mostrar archivo Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Protected Properties

Property Type Description
WORKING_BUFFER_SIZE_DEFAULT int
WORKING_BUFFER_SIZE_MIN int
_buf1 byte[]
_flushMode int
_leaveOpen bool
_stream System.IO.Stream
_streamMode StreamMode
_wantCompress bool
_workingBuffer byte[]
_z ZlibCodec

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
Read ( System buffer, System offset, System count ) : Int32
Read ( ) : int
Seek ( System offset, System origin ) : System.Int64
SetLength ( System value ) : void
Write ( System buffer, int offset, int length ) : void
WriteByte ( byte b ) : void
ZlibBaseStream ( System stream, CompressionMode compressionMode, CompressionLevel level, bool wantRfc1950Header, bool leaveOpen ) : System

Private Methods

Method Description
end ( ) : void
finish ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( System buffer, System offset, System count ) : Int32
buffer System
offset System
count System
return System.Int32

Read() public method

public Read ( ) : int
return int

Seek() public method

public Seek ( System offset, System origin ) : System.Int64
offset System
origin System
return System.Int64

SetLength() public method

public SetLength ( System value ) : void
value System
return void

Write() public method

public Write ( System buffer, int offset, int length ) : void
buffer System
offset int
length int
return void

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void

ZlibBaseStream() public method

public ZlibBaseStream ( System stream, CompressionMode compressionMode, CompressionLevel level, bool wantRfc1950Header, bool leaveOpen ) : System
stream System
compressionMode CompressionMode
level CompressionLevel
wantRfc1950Header bool
leaveOpen bool
return System

Property Details

WORKING_BUFFER_SIZE_DEFAULT protected_oe property

protected int WORKING_BUFFER_SIZE_DEFAULT
return int

WORKING_BUFFER_SIZE_MIN protected_oe property

protected int WORKING_BUFFER_SIZE_MIN
return int

_buf1 protected_oe property

protected byte[] _buf1
return byte[]

_flushMode protected_oe property

protected int _flushMode
return int

_leaveOpen protected_oe property

protected bool _leaveOpen
return bool

_stream protected_oe property

protected System.IO.Stream _stream
return System.IO.Stream

_streamMode protected_oe property

protected StreamMode _streamMode
return StreamMode

_wantCompress protected_oe property

protected bool _wantCompress
return bool

_workingBuffer protected_oe property

protected byte[] _workingBuffer
return byte[]

_z protected_oe property

protected ZlibCodec,ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip _z
return ZlibCodec