Table of Contents

Interface IImageInputStream

Namespace
Javax.Imageio.Stream
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IImageInputStream

Properties

BitOffset

int BitOffset { get; set; }

Property Value

int

ByteOrder

ByteOrder ByteOrder { get; set; }

Property Value

ByteOrder

FlushedPosition

long FlushedPosition { get; }

Property Value

long

StreamPosition

long StreamPosition { get; }

Property Value

long

Methods

Close()

void Close()

Exceptions

IOException

Flush()

void Flush()

Exceptions

IOException

FlushBefore(long)

void FlushBefore(long arg0)

Parameters

arg0 long

long

Exceptions

IOException

IsCached()

bool IsCached()

Returns

bool

bool

IsCachedFile()

bool IsCachedFile()

Returns

bool

bool

IsCachedMemory()

bool IsCachedMemory()

Returns

bool

bool

Length()

long Length()

Returns

long

long

Exceptions

IOException

Mark()

void Mark()

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

ReadBit()

int ReadBit()

Returns

int

int

Exceptions

IOException

ReadBits(int)

long ReadBits(int arg0)

Parameters

arg0 int

int

Returns

long

long

Exceptions

IOException

ReadBoolean()

bool ReadBoolean()

Returns

bool

bool

Exceptions

IOException

ReadByte()

byte ReadByte()

Returns

byte

byte

Exceptions

IOException

ReadBytes(IIOByteBuffer, int)

void ReadBytes(IIOByteBuffer arg0, int arg1)

Parameters

arg0 IIOByteBuffer

IIOByteBuffer

arg1 int

int

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

ReadFully(char[], int, int)

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

Parameters

arg0 char[]

char

arg1 int

int

arg2 int

int

Exceptions

IOException

ReadFully(double[], int, int)

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

Parameters

arg0 double[]

double

arg1 int

int

arg2 int

int

Exceptions

IOException

ReadFully(short[], int, int)

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

Parameters

arg0 short[]

short

arg1 int

int

arg2 int

int

Exceptions

IOException

ReadFully(int[], int, int)

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

Parameters

arg0 int[]

int

arg1 int

int

arg2 int

int

Exceptions

IOException

ReadFully(long[], int, int)

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

Parameters

arg0 long[]

long

arg1 int

int

arg2 int

int

Exceptions

IOException

ReadFully(float[], int, int)

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

Parameters

arg0 float[]

float

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

ReadUnsignedInt()

long ReadUnsignedInt()

Returns

long

long

Exceptions

IOException

ReadUnsignedShort()

int ReadUnsignedShort()

Returns

int

int

Exceptions

IOException

Reset()

void Reset()

Exceptions

IOException

Seek(long)

void Seek(long arg0)

Parameters

arg0 long

long

Exceptions

IOException

SkipBytes(int)

int SkipBytes(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

IOException

SkipBytes(long)

long SkipBytes(long arg0)

Parameters

arg0 long

long

Returns

long

long

Exceptions

IOException