|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.RandomAccessFile
net.sf.image4j.io.LittleEndianRandomAccessFile
public class LittleEndianRandomAccessFile
Provides endian conversions for input and output with a RandomAccessFile. This class is currently not in use and has not been tested.
Constructor Summary | |
---|---|
LittleEndianRandomAccessFile(java.io.File file,
java.lang.String mode)
|
|
LittleEndianRandomAccessFile(java.lang.String name,
java.lang.String mode)
|
Method Summary | |
---|---|
double |
readDoubleLE()
|
float |
readFloatLE()
|
int |
readIntLE()
|
long |
readLongLE()
|
short |
readShortLE()
|
void |
writeDoubleLE(double value)
|
void |
writeFloatLE(float value)
|
void |
writeIntLE(int value)
|
void |
writeLongLE(long value)
|
void |
writeShortLE(short value)
|
Methods inherited from class java.io.RandomAccessFile |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LittleEndianRandomAccessFile(java.io.File file, java.lang.String mode) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public LittleEndianRandomAccessFile(java.lang.String name, java.lang.String mode) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
public short readShortLE() throws java.io.IOException
java.io.IOException
public int readIntLE() throws java.io.IOException
java.io.IOException
public float readFloatLE() throws java.io.IOException
java.io.IOException
public long readLongLE() throws java.io.IOException
java.io.IOException
public double readDoubleLE() throws java.io.IOException
java.io.IOException
public void writeShortLE(short value) throws java.io.IOException
java.io.IOException
public void writeIntLE(int value) throws java.io.IOException
java.io.IOException
public void writeFloatLE(float value) throws java.io.IOException
java.io.IOException
public void writeLongLE(long value) throws java.io.IOException
java.io.IOException
public void writeDoubleLE(double value) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |