net.sf.bt747.j2se.app.exif
Class ExifUtils

java.lang.Object
  extended by net.sf.bt747.j2se.app.exif.ExifUtils

public final class ExifUtils
extends java.lang.Object

Author:
Mario De Weerd

Constructor Summary
ExifUtils()
           
 
Method Summary
static int addLong4byte(byte[] buffer, int offset, boolean bigEndian, int l)
           
static int addShort2byte(byte[] buffer, int offset, boolean bigEndian, int s)
           
static int getByte(byte[] buffer, int offset, boolean bigEndian)
           
static int getLong4byte(byte[] buffer, int offset, boolean bigEndian)
           
static int getShort2byte(byte[] buffer, int offset, boolean bigEndian)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExifUtils

public ExifUtils()
Method Detail

getByte

public static int getByte(byte[] buffer,
                          int offset,
                          boolean bigEndian)

getLong4byte

public static int getLong4byte(byte[] buffer,
                               int offset,
                               boolean bigEndian)

getShort2byte

public static int getShort2byte(byte[] buffer,
                                int offset,
                                boolean bigEndian)

addLong4byte

public static final int addLong4byte(byte[] buffer,
                                     int offset,
                                     boolean bigEndian,
                                     int l)

addShort2byte

public static final int addShort2byte(byte[] buffer,
                                      int offset,
                                      boolean bigEndian,
                                      int s)