C# Class Sharpen.PipedInputStream

Inheritance: InputStream
ファイルを表示 Open project: oganix/NBoilerpipe Class Usage Examples

Protected Properties

Property Type Description
buffer byte[]

Public Methods

Method Description
Available ( ) : int
Close ( ) : void
PipedInputStream ( ) : System
PipedInputStream ( PipedOutputStream os ) : System
Read ( ) : int
Read ( byte b, int offset, int len ) : int

Private Methods

Method Description
Allocate ( int len ) : int
TryAllocate ( int len ) : int
Write ( byte b, int offset, int len ) : void
Write ( int b ) : void

Method Details

Available() public method

public Available ( ) : int
return int

Close() public method

public Close ( ) : void
return void

PipedInputStream() public method

public PipedInputStream ( ) : System
return System

PipedInputStream() public method

public PipedInputStream ( PipedOutputStream os ) : System
os PipedOutputStream
return System

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( byte b, int offset, int len ) : int
b byte
offset int
len int
return int

Property Details

buffer protected_oe property

protected byte[] buffer
return byte[]