Interface IObjectInput
.NET interface for TO BE DEFINED FROM USER
public interface IObjectInput
Methods
Available()
int Available()
Returns
Exceptions
Close()
void Close()
Exceptions
Read()
int Read()
Returns
Exceptions
Read(byte[])
int Read(byte[] arg0)
Parameters
Returns
Exceptions
Read(byte[], int, int)
int Read(byte[] arg0, int arg1, int arg2)
Parameters
Returns
Exceptions
ReadObject()
object ReadObject()
Returns
Exceptions
Skip(long)
long Skip(long arg0)