C# Class Sharpen.ByteArrayInputStream

Inheritance: InputStream
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Available ( ) : int
ByteArrayInputStream ( byte data ) : System
ByteArrayInputStream ( byte data, int off, int len ) : System

Method Details

Available() public method

public Available ( ) : int
return int

ByteArrayInputStream() public method

public ByteArrayInputStream ( byte data ) : System
data byte
return System

ByteArrayInputStream() public method

public ByteArrayInputStream ( byte data, int off, int len ) : System
data byte
off int
len int
return System