com.twelvemonkeys.imageio.metadata.exif
Class EXIFReader.HexDump

java.lang.Object
  extended by com.twelvemonkeys.imageio.metadata.exif.EXIFReader.HexDump
Enclosing class:
EXIFReader

public static class EXIFReader.HexDump
extends Object


Method Summary
static String dump(byte[] bytes)
           
static String dump(long offset, byte[] bytes, int off, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dump

public static String dump(byte[] bytes)

dump

public static String dump(long offset,
                          byte[] bytes,
                          int off,
                          int len)


Copyright © 2015. All Rights Reserved.