C# 클래스 Sharpen.PipedInputStream

상속: InputStream
파일 보기 프로젝트 열기: oganix/NBoilerpipe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
buffer byte[]

공개 메소드들

메소드 설명
Available ( ) : int
Close ( ) : void
PipedInputStream ( ) : System
PipedInputStream ( PipedOutputStream os ) : System
Read ( ) : int
Read ( byte b, int offset, int len ) : int

비공개 메소드들

메소드 설명
Allocate ( int len ) : int
TryAllocate ( int len ) : int
Write ( byte b, int offset, int len ) : void
Write ( int b ) : void

메소드 상세

Available() 공개 메소드

public Available ( ) : int
리턴 int

Close() 공개 메소드

public Close ( ) : void
리턴 void

PipedInputStream() 공개 메소드

public PipedInputStream ( ) : System
리턴 System

PipedInputStream() 공개 메소드

public PipedInputStream ( PipedOutputStream os ) : System
os PipedOutputStream
리턴 System

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

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

프로퍼티 상세

buffer 보호되어 있는 프로퍼티

protected byte[] buffer
리턴 byte[]