public final class MaryRandomAccessFile extends RandomAccessFile
| Constructor and Description |
|---|
MaryRandomAccessFile(File arg0,
String arg1) |
MaryRandomAccessFile(String arg0,
String arg1) |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
readBoolean(int len) |
boolean |
readBooleanEndian() |
boolean[] |
readBooleanEndian(int len) |
byte[] |
readByte(int len) |
byte |
readByteEndian() |
byte[] |
readByteEndian(int len) |
char[] |
readChar(int len) |
char |
readCharEndian() |
char[] |
readCharEndian(int len) |
double[] |
readDouble(int len) |
double |
readDoubleEndian() |
double[] |
readDoubleEndian(int len) |
int[] |
readDoubleToInt(int len) |
int |
readDoubleToIntEndian() |
int[] |
readDoubleToIntEndian(int len) |
float[] |
readFloat(int len) |
float |
readFloatEndian() |
float[] |
readFloatEndian(int len) |
int[] |
readInt(int len) |
int |
readIntEndian() |
int[] |
readIntEndian(int len) |
long[] |
readLong(int len) |
long |
readLongEndian() |
long[] |
readLongEndian(int len) |
short[] |
readShort(int len) |
short |
readShortEndian() |
short[] |
readShortEndian(int len) |
int[] |
readUnsignedByte(int len) |
int |
readUnsignedByteEndian() |
int[] |
readUnsignedByteEndian(int len) |
int[] |
readUnsignedShort(int len) |
int |
readUnsignedShortEndian() |
int[] |
readUnsignedShortEndian(int len) |
void |
writeBoolean(boolean[] v) |
void |
writeBoolean(boolean[] v,
int startPos,
int len) |
void |
writeBooleanEndian(boolean v) |
void |
writeBooleanEndian(boolean[] v) |
void |
writeBooleanEndian(boolean[] v,
int startPos,
int len) |
void |
writeByte(byte[] v) |
void |
writeByte(byte[] v,
int startPos,
int len) |
void |
writeByteEndian(byte v) |
void |
writeByteEndian(byte[] v) |
void |
writeByteEndian(byte[] v,
int startPos,
int len) |
void |
writeChar(char[] v) |
void |
writeChar(char[] v,
int startPos,
int len) |
void |
writeCharEndian(char c) |
void |
writeCharEndian(char[] v) |
void |
writeCharEndian(char[] v,
int startPos,
int len) |
void |
writeDouble(double[] v) |
void |
writeDouble(double[] v,
int startPos,
int len) |
void |
writeDoubleEndian(double v) |
void |
writeDoubleEndian(double[] v) |
void |
writeDoubleEndian(double[] v,
int startPos,
int len) |
void |
writeFloat(float[] v) |
void |
writeFloat(float[] v,
int startPos,
int len) |
void |
writeFloatEndian(float v) |
void |
writeFloatEndian(float[] v) |
void |
writeFloatEndian(float[] v,
int startPos,
int len) |
void |
writeInt(int[] v) |
void |
writeInt(int[] v,
int startPos,
int len) |
void |
writeIntEndian(int v) |
void |
writeIntEndian(int[] v) |
void |
writeIntEndian(int[] v,
int startPos,
int len) |
void |
writeLong(long[] v) |
void |
writeLong(long[] v,
int startPos,
int len) |
void |
writeLongEndian(long v) |
void |
writeLongEndian(long[] v) |
void |
writeLongEndian(long[] v,
int startPos,
int len) |
void |
writeShort(short[] v) |
void |
writeShort(short[] v,
int startPos,
int len) |
void |
writeShortEndian(short v) |
void |
writeShortEndian(short[] v) |
void |
writeShortEndian(short[] v,
int startPos,
int len) |
close, getChannel, getFD, getFilePointer, length, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, seek, setLength, skipBytes, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic MaryRandomAccessFile(File arg0, String arg1) throws FileNotFoundException
FileNotFoundExceptionpublic MaryRandomAccessFile(String arg0, String arg1) throws FileNotFoundException
FileNotFoundExceptionpublic final boolean readBooleanEndian()
throws IOException
IOExceptionpublic final boolean[] readBoolean(int len)
throws IOException
IOExceptionpublic final boolean[] readBooleanEndian(int len)
throws IOException
IOExceptionpublic final byte readByteEndian()
throws IOException
IOExceptionpublic final byte[] readByte(int len)
throws IOException
IOExceptionpublic final byte[] readByteEndian(int len)
throws IOException
IOExceptionpublic final char readCharEndian()
throws IOException
IOExceptionpublic final char[] readChar(int len)
throws IOException
IOExceptionpublic final char[] readCharEndian(int len)
throws IOException
IOExceptionpublic final double readDoubleEndian()
throws IOException
IOExceptionpublic final double[] readDouble(int len)
throws IOException
IOExceptionpublic final double[] readDoubleEndian(int len)
throws IOException
IOExceptionpublic final int readDoubleToIntEndian()
throws IOException
IOExceptionpublic final int[] readDoubleToInt(int len)
throws IOException
IOExceptionpublic final int[] readDoubleToIntEndian(int len)
throws IOException
IOExceptionpublic final float readFloatEndian()
throws IOException
IOExceptionpublic final float[] readFloat(int len)
throws IOException
IOExceptionpublic final float[] readFloatEndian(int len)
throws IOException
IOExceptionpublic final int readIntEndian()
throws IOException
IOExceptionpublic final int[] readInt(int len)
throws IOException
IOExceptionpublic final int[] readIntEndian(int len)
throws IOException
IOExceptionpublic final long readLongEndian()
throws IOException
IOExceptionpublic final long[] readLong(int len)
throws IOException
IOExceptionpublic final long[] readLongEndian(int len)
throws IOException
IOExceptionpublic final short readShortEndian()
throws IOException
IOExceptionpublic final short[] readShort(int len)
throws IOException
IOExceptionpublic final short[] readShortEndian(int len)
throws IOException
IOExceptionpublic final int readUnsignedByteEndian()
throws IOException
IOExceptionpublic final int[] readUnsignedByte(int len)
throws IOException
IOExceptionpublic final int[] readUnsignedByteEndian(int len)
throws IOException
IOExceptionpublic final int readUnsignedShortEndian()
throws IOException
IOExceptionpublic final int[] readUnsignedShort(int len)
throws IOException
IOExceptionpublic final int[] readUnsignedShortEndian(int len)
throws IOException
IOExceptionpublic final void writeBooleanEndian(boolean v)
throws IOException
IOExceptionpublic final void writeBoolean(boolean[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeBooleanEndian(boolean[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeBoolean(boolean[] v)
throws IOException
IOExceptionpublic final void writeBooleanEndian(boolean[] v)
throws IOException
IOExceptionpublic final void writeByteEndian(byte v)
throws IOException
IOExceptionpublic final void writeByte(byte[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeByteEndian(byte[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeByte(byte[] v)
throws IOException
IOExceptionpublic final void writeByteEndian(byte[] v)
throws IOException
IOExceptionpublic final void writeCharEndian(char c)
throws IOException
IOExceptionpublic final void writeChar(char[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeCharEndian(char[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeChar(char[] v)
throws IOException
IOExceptionpublic final void writeCharEndian(char[] v)
throws IOException
IOExceptionpublic final void writeDoubleEndian(double v)
throws IOException
IOExceptionpublic final void writeDouble(double[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeDoubleEndian(double[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeDouble(double[] v)
throws IOException
IOExceptionpublic final void writeDoubleEndian(double[] v)
throws IOException
IOExceptionpublic final void writeFloatEndian(float v)
throws IOException
IOExceptionpublic final void writeFloat(float[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeFloatEndian(float[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeFloat(float[] v)
throws IOException
IOExceptionpublic final void writeFloatEndian(float[] v)
throws IOException
IOExceptionpublic final void writeIntEndian(int v)
throws IOException
IOExceptionpublic final void writeInt(int[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeIntEndian(int[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeInt(int[] v)
throws IOException
IOExceptionpublic final void writeIntEndian(int[] v)
throws IOException
IOExceptionpublic final void writeLongEndian(long v)
throws IOException
IOExceptionpublic final void writeLong(long[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeLongEndian(long[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeLong(long[] v)
throws IOException
IOExceptionpublic final void writeLongEndian(long[] v)
throws IOException
IOExceptionpublic final void writeShortEndian(short v)
throws IOException
IOExceptionpublic final void writeShort(short[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeShortEndian(short[] v,
int startPos,
int len)
throws IOException
IOExceptionpublic final void writeShort(short[] v)
throws IOException
IOExceptionpublic final void writeShortEndian(short[] v)
throws IOException
IOExceptionCopyright © 2000–2016 DFKI GmbH. All rights reserved.