C# Class cadencii.java.io.ByteArrayInputStream

Inheritance: System.IO.MemoryStream, InputStream
Show file Open project: cadencii/cadencii

Public Methods

Method Description
ByteArrayInputStream ( byte buf ) : System
close ( ) : void
read ( byte b ) : int
read ( byte b, int off, int len ) : int

Method Details

ByteArrayInputStream() public method

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

close() public method

public close ( ) : void
return void

read() public method

public read ( byte b ) : int
b byte
return int

read() public method

public read ( byte b, int off, int len ) : int
b byte
off int
len int
return int