Table of Contents

Interface IDataInput

Namespace
Java.Io
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IDataInput

Methods

ReadBoolean()

bool ReadBoolean()

Returns

bool

bool

Exceptions

IOException

ReadByte()

byte ReadByte()

Returns

byte

byte

Exceptions

IOException

ReadChar()

char ReadChar()

Returns

char

char

Exceptions

IOException

ReadDouble()

double ReadDouble()

Returns

double

double

Exceptions

IOException

ReadFloat()

float ReadFloat()

Returns

float

float

Exceptions

IOException

ReadFully(byte[])

void ReadFully(byte[] arg0)

Parameters

arg0 byte[]

byte

Exceptions

IOException

ReadFully(byte[], int, int)

void ReadFully(byte[] arg0, int arg1, int arg2)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 int

int

Exceptions

IOException

ReadInt()

int ReadInt()

Returns

int

int

Exceptions

IOException

ReadLine()

String ReadLine()

Returns

String

String

Exceptions

IOException

ReadLong()

long ReadLong()

Returns

long

long

Exceptions

IOException

ReadShort()

short ReadShort()

Returns

short

short

Exceptions

IOException

ReadUTF()

String ReadUTF()

Returns

String

String

Exceptions

IOException

ReadUnsignedByte()

int ReadUnsignedByte()

Returns

int

int

Exceptions

IOException

ReadUnsignedShort()

int ReadUnsignedShort()

Returns

int

int

Exceptions

IOException

SkipBytes(int)

int SkipBytes(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

IOException