Package org.eclipse.cdt.utils.macho
Class ERandomAccessFile
java.lang.Object
java.io.RandomAccessFile
org.eclipse.cdt.utils.macho.ERandomAccessFile
- All Implemented Interfaces:
Closeable
,DataInput
,DataOutput
,AutoCloseable
-
Constructor Summary
ConstructorDescriptionERandomAccessFile
(File file, String mode) ERandomAccessFile
(String file, String mode) -
Method Summary
Modifier and TypeMethodDescriptionlong
final int
readIntE()
final long
final short
void
seek
(long pos) void
setEndian
(boolean le) void
setFileOffset
(long offset) Methods inherited from class java.io.RandomAccessFile
close, getChannel, getFD, length, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, setLength, skipBytes, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
Constructor Details
-
ERandomAccessFile
- Throws:
IOException
-
ERandomAccessFile
- Throws:
IOException
-
-
Method Details
-
setEndian
public void setEndian(boolean le) -
readShortE
- Throws:
IOException
-
readIntE
- Throws:
IOException
-
readLongE
- Throws:
IOException
-
setFileOffset
- Throws:
IOException
-
getFilePointer
- Overrides:
getFilePointer
in classRandomAccessFile
- Throws:
IOException
-
seek
- Overrides:
seek
in classRandomAccessFile
- Throws:
IOException
-