C# Class cadencii.java.io.ObjectInputStream

Inheritance: InputStream
Show file Open project: cadencii/cadencii

Public Methods

Method Description
ObjectInputStream ( System stream ) : System
close ( ) : void
read ( byte b ) : int
read ( byte b, int off, int len ) : int
readObject ( ) : object

Method Details

ObjectInputStream() public method

public ObjectInputStream ( System stream ) : System
stream System
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

readObject() public method

public readObject ( ) : object
return object