Class TIFFReader.HexDump

  • Enclosing class:
    TIFFReader

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

      Fields 
      Modifier and Type Field Description
      private static int WIDTH  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private HexDump()  
    • 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)  
      private static java.lang.String toAsciiString​(byte[] bytes, int from, int to)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HexDump

        private HexDump()
    • 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)
      • toAsciiString

        private static java.lang.String toAsciiString​(byte[] bytes,
                                                      int from,
                                                      int to)