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

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Close ( ) : void
Read ( ) : int
ZInputStream ( System in_Renamed ) : System
ZInputStream ( System in_Renamed, int level ) : System
read ( byte b, int off, int len ) : int
skip ( long n ) : long

비공개 메소드들

메소드 설명
InitBlock ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Read() 공개 메소드

public Read ( ) : int
리턴 int

ZInputStream() 공개 메소드

public ZInputStream ( System in_Renamed ) : System
in_Renamed System
리턴 System

ZInputStream() 공개 메소드

public ZInputStream ( System in_Renamed, int level ) : System
in_Renamed System
level int
리턴 System

read() 공개 메소드

public read ( byte b, int off, int len ) : int
b byte
off int
len int
리턴 int

skip() 공개 메소드

public skip ( long n ) : long
n long
리턴 long

프로퍼티 상세

buf 보호되어 있는 프로퍼티

protected byte[] buf
리턴 byte[]

bufsize 보호되어 있는 프로퍼티

protected int bufsize
리턴 int

compress 보호되어 있는 프로퍼티

protected bool compress
리턴 bool

flush 보호되어 있는 프로퍼티

protected int flush
리턴 int

z 보호되어 있는 프로퍼티

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