Class TIFFReader.HexDump
- java.lang.Object
-
- com.twelvemonkeys.imageio.metadata.tiff.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)
-
-
-
Field Detail
-
WIDTH
private static final int WIDTH
- See Also:
- Constant Field Values
-
-