C# 클래스 Sharpen.FilterInputStream

상속: InputStream
파일 보기 프로젝트 열기: nonorganic/dssnet

보호된 프로퍼티들

프로퍼티 타입 설명
@in InputStream

공개 메소드들

메소드 설명
Available ( ) : int
Close ( ) : void
FilterInputStream ( InputStream s ) : System
Mark ( int readlimit ) : void
MarkSupported ( ) : bool
Read ( ) : int
Read ( byte buf ) : int
Read ( byte b, int off, int len ) : int
Reset ( ) : void
Skip ( long cnt ) : long

메소드 상세

Available() 공개 메소드

public Available ( ) : int
리턴 int

Close() 공개 메소드

public Close ( ) : void
리턴 void

FilterInputStream() 공개 메소드

public FilterInputStream ( InputStream s ) : System
s InputStream
리턴 System

Mark() 공개 메소드

public Mark ( int readlimit ) : void
readlimit int
리턴 void

MarkSupported() 공개 메소드

public MarkSupported ( ) : bool
리턴 bool

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( byte buf ) : int
buf byte
리턴 int

Read() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Skip() 공개 메소드

public Skip ( long cnt ) : long
cnt long
리턴 long

프로퍼티 상세

@in 보호되어 있는 프로퍼티

protected InputStream,Sharpen @in
리턴 InputStream