|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.RandomAccessFile
net.grelf.grip.ExifFile
public class ExifFile
Methods for reading multi-byte values from the EXIF data section of an image file (EXIF is similar to TIFF).
Constructor Summary | |
---|---|
ExifFile(java.lang.String filename,
java.lang.String mode)
|
Method Summary | |
---|---|
boolean |
isIntelByteOrder()
|
void |
setIntelByteOrder(boolean order)
|
int |
tiffRead2()
|
long |
tiffRead4()
|
int |
tiffReadUnsigned2()
|
long |
tiffReadUnsigned4()
|
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 ExifFile(java.lang.String filename, java.lang.String mode) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
public boolean isIntelByteOrder()
public void setIntelByteOrder(boolean order)
public long tiffRead4() throws java.io.IOException
java.io.IOException
public int tiffRead2() throws java.io.IOException
java.io.IOException
public long tiffReadUnsigned4() throws java.io.IOException
java.io.IOException
public int tiffReadUnsigned2() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |