C# 클래스 ComponentAce.Compression.Libs.zlib.ZOutputStream

상속: System.IO.Stream
파일 보기 프로젝트 열기: Core-Techs/TiffLibrary 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
buf byte[]
bufsize int
compress bool
flush_Renamed_Field int
z ZStream

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
Read ( System buffer, System offset, System count ) : Int32
Seek ( System offset, System origin ) : System.Int64
SetLength ( System value ) : void
Write ( System b1, int off, int len ) : void
WriteByte ( byte b ) : void
WriteByte ( int b ) : void
ZOutputStream ( System out_Renamed ) : System
ZOutputStream ( System out_Renamed, int level ) : System
end ( ) : void
finish ( ) : void

비공개 메소드들

메소드 설명
InitBlock ( ) : 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

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 b1, int off, int len ) : void
b1 System
off int
len int
리턴 void

WriteByte() 공개 메소드

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

WriteByte() 공개 메소드

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

ZOutputStream() 공개 메소드

public ZOutputStream ( System out_Renamed ) : System
out_Renamed System
리턴 System

ZOutputStream() 공개 메소드

public ZOutputStream ( System out_Renamed, int level ) : System
out_Renamed System
level int
리턴 System

end() 공개 메소드

public end ( ) : void
리턴 void

finish() 공개 메소드

public finish ( ) : void
리턴 void

프로퍼티 상세

buf 보호되어 있는 프로퍼티

protected byte[] buf
리턴 byte[]

bufsize 보호되어 있는 프로퍼티

protected int bufsize
리턴 int

compress 보호되어 있는 프로퍼티

protected bool compress
리턴 bool

flush_Renamed_Field 보호되어 있는 프로퍼티

protected int flush_Renamed_Field
리턴 int

z 보호되어 있는 프로퍼티

protected ZStream,ComponentAce.Compression.Libs.zlib z
리턴 ZStream