Class TIFFReader.HexDump

  • Enclosing class:
    TIFFReader

    public static class TIFFReader.HexDump
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String dump​(byte[] bytes)  
      static java.lang.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 java.lang.String dump​(byte[] bytes)
      • dump

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