public class ExifFile
extends java.io.RandomAccessFile
| Constructor and Description |
|---|
ExifFile(java.lang.String filename,
java.lang.String mode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIntelByteOrder() |
void |
setIntelByteOrder(boolean order) |
int |
tiffRead2() |
long |
tiffRead4() |
int |
tiffReadUnsigned2() |
long |
tiffReadUnsigned4() |
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 ExifFile(java.lang.String filename,
java.lang.String mode)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic boolean isIntelByteOrder()
public void setIntelByteOrder(boolean order)
public long tiffRead4()
throws java.io.IOException
java.io.IOExceptionpublic int tiffRead2()
throws java.io.IOException
java.io.IOExceptionpublic long tiffReadUnsigned4()
throws java.io.IOException
java.io.IOExceptionpublic int tiffReadUnsigned2()
throws java.io.IOException
java.io.IOException