|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
interface for read/write access to data Allows unified read/write access to data - arrays, files, streams and many other.
| Field Summary |
| Fields inherited from interface com.imagero.uio.RandomAccessRO |
BIG_ENDIAN, LITTLE_ENDIAN |
| Method Summary | |
void |
setLength(long newLength)
Set length of data. |
void |
write(char[] data)
Writes char array to the output |
void |
write(char[] data,
int byteOrder)
Writes char array to the output |
void |
write(char[] data,
int offset,
int length)
Writes char array to the output |
void |
write(char[] data,
int offset,
int length,
int byteOrder)
Writes char array to the output |
void |
write(double[] data)
Writes double array to the output |
void |
write(double[] data,
int byteOrder)
Writes double array to the output |
void |
write(double[] data,
int offset,
int length)
Writes double array to the output |
void |
write(double[] data,
int offset,
int length,
int byteOrder)
Writes double array to the output |
void |
write(float[] data)
Writes float array to the output |
void |
write(float[] data,
int byteOrder)
Writes float array to the output |
void |
write(float[] data,
int offset,
int length)
Writes int array to the output |
void |
write(float[] data,
int offset,
int length,
int byteOrder)
Writes float array to the output |
void |
write(int[] data)
Writes int array to the output |
void |
write(int[] data,
int byteOrder)
Writes int array to the output |
void |
write(int[] data,
int offset,
int length)
Writes int array to the output |
void |
write(int[] data,
int offset,
int length,
int byteOrder)
Writes int array to the output |
void |
write(long[] data)
Writes long array to the output |
void |
write(long[] data,
int byteOrder)
Writes long array to the output |
void |
write(long[] data,
int offset,
int length)
Writes long array to the output |
void |
write(long[] data,
int offset,
int length,
int byteOrder)
Writes long array to the output |
void |
write(short[] data)
Writes short array to the output |
void |
write(short[] data,
int byteOrder)
Writes short array to the output |
void |
write(short[] data,
int offset,
int length)
Writes short array to the output |
void |
write(short[] data,
int offset,
int length,
int byteOrder)
Writes short array to the output |
| Methods inherited from interface com.imagero.uio.RandomAccessRO |
getByteOrder, getFilePointer, length, readByteLine, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, seek, setByteOrder |
| Methods inherited from interface com.imagero.uio.Input |
close, read, read, read, skip |
| Methods inherited from interface java.io.DataInput |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
| Methods inherited from interface java.io.DataOutput |
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
| Method Detail |
public void setLength(long newLength)
throws java.io.IOException
newLength - new length of data
java.io.IOException
public void write(short[] data)
throws java.io.IOException
data - short array
java.io.IOException
public void write(short[] data,
int byteOrder)
throws java.io.IOException
data - short arraybyteOrder - byte order in which short array read into temporary buffer
java.io.IOException
public void write(short[] data,
int offset,
int length)
throws java.io.IOException
data - short arrayoffset - start offset in arraylength - length number of shorts to write
java.io.IOException
public void write(short[] data,
int offset,
int length,
int byteOrder)
throws java.io.IOException
data - short arrayoffset - start offset in arraylength - length number of shorts to writebyteOrder - byte order in which short array read into temporary buffer
java.io.IOException
public void write(char[] data)
throws java.io.IOException
data - char array
java.io.IOException
public void write(char[] data,
int byteOrder)
throws java.io.IOException
data - char arraybyteOrder - byte order in which char array read into temporary buffer
java.io.IOException
public void write(char[] data,
int offset,
int length)
throws java.io.IOException
data - char arrayoffset - start offset in arraylength - length number of shorts to write
java.io.IOException
public void write(char[] data,
int offset,
int length,
int byteOrder)
throws java.io.IOException
data - char arrayoffset - start offset in arraylength - length number of shorts to writebyteOrder - byte order in which char array read into temporary buffer
java.io.IOException
public void write(int[] data)
throws java.io.IOException
data - int array
java.io.IOException
public void write(int[] data,
int byteOrder)
throws java.io.IOException
data - int arraybyteOrder - byte order in which int array read into temporary buffer
java.io.IOException
public void write(int[] data,
int offset,
int length)
throws java.io.IOException
data - int arrayoffset - start offset in arraylength - length number of ints to write
java.io.IOException
public void write(int[] data,
int offset,
int length,
int byteOrder)
throws java.io.IOException
data - int arrayoffset - start offset in arraylength - length number of ints to writebyteOrder - byte order in which int array read into temporary buffer
java.io.IOException
public void write(float[] data)
throws java.io.IOException
data - float array
java.io.IOException
public void write(float[] data,
int byteOrder)
throws java.io.IOException
data - float arraybyteOrder - byte order in which float array read into temporary buffer
java.io.IOException
public void write(float[] data,
int offset,
int length)
throws java.io.IOException
data - int arrayoffset - start offset in arraylength - length number of ints to write
java.io.IOException
public void write(float[] data,
int offset,
int length,
int byteOrder)
throws java.io.IOException
data - float arrayoffset - start offset in arraylength - length number of float to writebyteOrder - byte order in which float array read into temporary buffer
java.io.IOException
public void write(long[] data)
throws java.io.IOException
data - long array
java.io.IOException
public void write(long[] data,
int byteOrder)
throws java.io.IOException
data - long arraybyteOrder - byte order in which long array read into temporary buffer
java.io.IOException
public void write(long[] data,
int offset,
int length)
throws java.io.IOException
data - long arrayoffset - start offset in arraylength - length number of longs to write
java.io.IOException
public void write(long[] data,
int offset,
int length,
int byteOrder)
throws java.io.IOException
data - long arrayoffset - start offset in arraylength - length number of longs to writebyteOrder - byte order in which long array read into temporary buffer
java.io.IOException
public void write(double[] data)
throws java.io.IOException
data - double array
java.io.IOException
public void write(double[] data,
int byteOrder)
throws java.io.IOException
data - double arraybyteOrder - byte order in which double array read into temporary buffer
java.io.IOException
public void write(double[] data,
int offset,
int length)
throws java.io.IOException
data - double arrayoffset - start offset in arraylength - number of doubles to write
java.io.IOException
public void write(double[] data,
int offset,
int length,
int byteOrder)
throws java.io.IOException
data - double arrayoffset - start offset in arraylength - number of doubles to writebyteOrder - byte order in which long array read into temporary buffer
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||