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

Inheritance: System.IO.Stream
Afficher le fichier Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode Description
end ( ) : void
finish ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( System buffer, System offset, System count ) : Int32
buffer System
offset System
count System
Résultat System.Int32

Read() public méthode

public Read ( ) : int
Résultat int

Seek() public méthode

public Seek ( System offset, System origin ) : System.Int64
offset System
origin System
Résultat System.Int64

SetLength() public méthode

public SetLength ( System value ) : void
value System
Résultat void

Write() public méthode

public Write ( System buffer, int offset, int length ) : void
buffer System
offset int
length int
Résultat void

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void

ZlibBaseStream() public méthode

public ZlibBaseStream ( System stream, CompressionMode compressionMode, CompressionLevel level, bool wantRfc1950Header, bool leaveOpen ) : System
stream System
compressionMode CompressionMode
level CompressionLevel
wantRfc1950Header bool
leaveOpen bool
Résultat System

Property Details

WORKING_BUFFER_SIZE_DEFAULT protected_oe property

protected int WORKING_BUFFER_SIZE_DEFAULT
Résultat int

WORKING_BUFFER_SIZE_MIN protected_oe property

protected int WORKING_BUFFER_SIZE_MIN
Résultat int

_buf1 protected_oe property

protected byte[] _buf1
Résultat byte[]

_flushMode protected_oe property

protected int _flushMode
Résultat int

_leaveOpen protected_oe property

protected bool _leaveOpen
Résultat bool

_stream protected_oe property

protected System.IO.Stream _stream
Résultat System.IO.Stream

_streamMode protected_oe property

protected StreamMode _streamMode
Résultat StreamMode

_wantCompress protected_oe property

protected bool _wantCompress
Résultat bool

_workingBuffer protected_oe property

protected byte[] _workingBuffer
Résultat byte[]

_z protected_oe property

protected ZlibCodec,ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip _z
Résultat ZlibCodec