Class TIFFReader.HexDump

java.lang.Object
com.twelvemonkeys.imageio.metadata.tiff.TIFFReader.HexDump
Enclosing class:
TIFFReader

public static class TIFFReader.HexDump extends Object
///////////////////
Version:
$Id: TIFFReader.java,v 1.0 Nov 13, 2009 5:42:51 PM haraldk Exp$
  • Field Details

  • Constructor Details

    • HexDump

      private HexDump()
  • Method Details

    • dump

      public static String dump(byte[] bytes)
    • dump

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

      private static String toAsciiString(byte[] bytes, int from, int to)