Table of Contents

Interface IObjectInput

Namespace
Java.Io
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IObjectInput

Methods

Available()

int Available()

Returns

int

int

Exceptions

IOException

Close()

void Close()

Exceptions

IOException

Read()

int Read()

Returns

int

int

Exceptions

IOException

Read(byte[])

int Read(byte[] arg0)

Parameters

arg0 byte[]

byte

Returns

int

int

Exceptions

IOException

Read(byte[], int, int)

int Read(byte[] arg0, int arg1, int arg2)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 int

int

Returns

int

int

Exceptions

IOException

ReadObject()

object ReadObject()

Returns

object

object

Exceptions

ClassNotFoundException
IOException

Skip(long)

long Skip(long arg0)

Parameters

arg0 long

long

Returns

long

long

Exceptions

IOException