C# 클래스 ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip.ZlibBaseStream

상속: System.IO.Stream
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
end ( ) : void
finish ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

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

Read() 공개 메소드

public Read ( ) : int
리턴 int

Seek() 공개 메소드

public Seek ( System offset, System origin ) : System.Int64
offset System
origin System
리턴 System.Int64

SetLength() 공개 메소드

public SetLength ( System value ) : void
value System
리턴 void

Write() 공개 메소드

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

WriteByte() 공개 메소드

public WriteByte ( byte b ) : void
b byte
리턴 void

ZlibBaseStream() 공개 메소드

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

프로퍼티 상세

WORKING_BUFFER_SIZE_DEFAULT 보호되어 있는 프로퍼티

protected int WORKING_BUFFER_SIZE_DEFAULT
리턴 int

WORKING_BUFFER_SIZE_MIN 보호되어 있는 프로퍼티

protected int WORKING_BUFFER_SIZE_MIN
리턴 int

_buf1 보호되어 있는 프로퍼티

protected byte[] _buf1
리턴 byte[]

_flushMode 보호되어 있는 프로퍼티

protected int _flushMode
리턴 int

_leaveOpen 보호되어 있는 프로퍼티

protected bool _leaveOpen
리턴 bool

_stream 보호되어 있는 프로퍼티

protected System.IO.Stream _stream
리턴 System.IO.Stream

_streamMode 보호되어 있는 프로퍼티

protected StreamMode _streamMode
리턴 StreamMode

_wantCompress 보호되어 있는 프로퍼티

protected bool _wantCompress
리턴 bool

_workingBuffer 보호되어 있는 프로퍼티

protected byte[] _workingBuffer
리턴 byte[]

_z 보호되어 있는 프로퍼티

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