C# 클래스 SharpCifs.Util.Sharpen.InputStream

상속: IDisposable
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BaseStream Stream
Wrapped Stream

Private Properties

프로퍼티 타입 설명
CanSeek bool
GetWrappedStream Stream
Wrap InputStream

공개 메소드들

메소드 설명
Available ( ) : int
Close ( ) : void
Dispose ( ) : void
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

비공개 메소드들

메소드 설명
CanSeek ( ) : bool
GetWrappedStream ( ) : Stream
Wrap ( Stream s ) : InputStream

메소드 상세

Available() 공개 메소드

public Available ( ) : int
리턴 int

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

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

프로퍼티 상세

BaseStream 보호되어 있는 프로퍼티

protected Stream BaseStream
리턴 Stream

Wrapped 보호되어 있는 프로퍼티

protected Stream Wrapped
리턴 Stream