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, writeUTF
public MaryRandomAccessFile(File arg0, String arg1) throws FileNotFoundException
FileNotFoundException
public MaryRandomAccessFile(String arg0, String arg1) throws FileNotFoundException
FileNotFoundException
public final boolean readBooleanEndian() throws IOException
IOException
public final boolean[] readBoolean(int len) throws IOException
IOException
public final boolean[] readBooleanEndian(int len) throws IOException
IOException
public final byte readByteEndian() throws IOException
IOException
public final byte[] readByte(int len) throws IOException
IOException
public final byte[] readByteEndian(int len) throws IOException
IOException
public final char readCharEndian() throws IOException
IOException
public final char[] readChar(int len) throws IOException
IOException
public final char[] readCharEndian(int len) throws IOException
IOException
public final double readDoubleEndian() throws IOException
IOException
public final double[] readDouble(int len) throws IOException
IOException
public final double[] readDoubleEndian(int len) throws IOException
IOException
public final int readDoubleToIntEndian() throws IOException
IOException
public final int[] readDoubleToInt(int len) throws IOException
IOException
public final int[] readDoubleToIntEndian(int len) throws IOException
IOException
public final float readFloatEndian() throws IOException
IOException
public final float[] readFloat(int len) throws IOException
IOException
public final float[] readFloatEndian(int len) throws IOException
IOException
public final int readIntEndian() throws IOException
IOException
public final int[] readInt(int len) throws IOException
IOException
public final int[] readIntEndian(int len) throws IOException
IOException
public final long readLongEndian() throws IOException
IOException
public final long[] readLong(int len) throws IOException
IOException
public final long[] readLongEndian(int len) throws IOException
IOException
public final short readShortEndian() throws IOException
IOException
public final short[] readShort(int len) throws IOException
IOException
public final short[] readShortEndian(int len) throws IOException
IOException
public final int readUnsignedByteEndian() throws IOException
IOException
public final int[] readUnsignedByte(int len) throws IOException
IOException
public final int[] readUnsignedByteEndian(int len) throws IOException
IOException
public final int readUnsignedShortEndian() throws IOException
IOException
public final int[] readUnsignedShort(int len) throws IOException
IOException
public final int[] readUnsignedShortEndian(int len) throws IOException
IOException
public final void writeBooleanEndian(boolean v) throws IOException
IOException
public final void writeBoolean(boolean[] v, int startPos, int len) throws IOException
IOException
public final void writeBooleanEndian(boolean[] v, int startPos, int len) throws IOException
IOException
public final void writeBoolean(boolean[] v) throws IOException
IOException
public final void writeBooleanEndian(boolean[] v) throws IOException
IOException
public final void writeByteEndian(byte v) throws IOException
IOException
public final void writeByte(byte[] v, int startPos, int len) throws IOException
IOException
public final void writeByteEndian(byte[] v, int startPos, int len) throws IOException
IOException
public final void writeByte(byte[] v) throws IOException
IOException
public final void writeByteEndian(byte[] v) throws IOException
IOException
public final void writeCharEndian(char c) throws IOException
IOException
public final void writeChar(char[] v, int startPos, int len) throws IOException
IOException
public final void writeCharEndian(char[] v, int startPos, int len) throws IOException
IOException
public final void writeChar(char[] v) throws IOException
IOException
public final void writeCharEndian(char[] v) throws IOException
IOException
public final void writeDoubleEndian(double v) throws IOException
IOException
public final void writeDouble(double[] v, int startPos, int len) throws IOException
IOException
public final void writeDoubleEndian(double[] v, int startPos, int len) throws IOException
IOException
public final void writeDouble(double[] v) throws IOException
IOException
public final void writeDoubleEndian(double[] v) throws IOException
IOException
public final void writeFloatEndian(float v) throws IOException
IOException
public final void writeFloat(float[] v, int startPos, int len) throws IOException
IOException
public final void writeFloatEndian(float[] v, int startPos, int len) throws IOException
IOException
public final void writeFloat(float[] v) throws IOException
IOException
public final void writeFloatEndian(float[] v) throws IOException
IOException
public final void writeIntEndian(int v) throws IOException
IOException
public final void writeInt(int[] v, int startPos, int len) throws IOException
IOException
public final void writeIntEndian(int[] v, int startPos, int len) throws IOException
IOException
public final void writeInt(int[] v) throws IOException
IOException
public final void writeIntEndian(int[] v) throws IOException
IOException
public final void writeLongEndian(long v) throws IOException
IOException
public final void writeLong(long[] v, int startPos, int len) throws IOException
IOException
public final void writeLongEndian(long[] v, int startPos, int len) throws IOException
IOException
public final void writeLong(long[] v) throws IOException
IOException
public final void writeLongEndian(long[] v) throws IOException
IOException
public final void writeShortEndian(short v) throws IOException
IOException
public final void writeShort(short[] v, int startPos, int len) throws IOException
IOException
public final void writeShortEndian(short[] v, int startPos, int len) throws IOException
IOException
public final void writeShort(short[] v) throws IOException
IOException
public final void writeShortEndian(short[] v) throws IOException
IOException
Copyright © 2000–2016 DFKI GmbH. All rights reserved.