pixelmed
|
Static Public Member Functions | |
static String | toPaddedHexString (int i, int length) |
static String | toPaddedHexString (long i, int length) |
static final int | extract8 (byte[] b, int offset) |
static final int | extract16be (byte[] b, int offset) |
static final long | extract24be (byte[] b, int offset) |
static final long | extract32be (byte[] b, int offset) |
static final int | read16be (InputStream in) throws IOException |
A class with various utitilies for handling byte and bit extraction.
Definition at line 13 of file Utilities.java.
|
static |
Definition at line 46 of file Utilities.java.
Referenced by com.pixelmed.codec.jpeg.MarkerSegmentAPP0JFIF.MarkerSegmentAPP0JFIF(), com.pixelmed.codec.jpeg.MarkerSegmentDQT.MarkerSegmentDQT(), com.pixelmed.codec.jpeg.MarkerSegmentSOF.MarkerSegmentSOF(), com.pixelmed.codec.jpeg.Parse.parse(), and com.pixelmed.codec.jpeg.Utilities.read16be().
|
static |
Definition at line 50 of file Utilities.java.
Referenced by com.pixelmed.codec.jpeg.Parse.parse().
|
static |
Definition at line 54 of file Utilities.java.
Referenced by com.pixelmed.codec.jpeg.Parse.parse().
|
static |
Definition at line 42 of file Utilities.java.
Referenced by com.pixelmed.codec.jpeg.MarkerSegmentAPP0JFIF.MarkerSegmentAPP0JFIF(), com.pixelmed.codec.jpeg.MarkerSegmentDHT.MarkerSegmentDHT(), com.pixelmed.codec.jpeg.MarkerSegmentDQT.MarkerSegmentDQT(), com.pixelmed.codec.jpeg.MarkerSegmentSOF.MarkerSegmentSOF(), and com.pixelmed.codec.jpeg.MarkerSegmentSOS.MarkerSegmentSOS().
|
static |
Definition at line 58 of file Utilities.java.
References com.pixelmed.codec.jpeg.Utilities.extract16be().
Referenced by com.pixelmed.codec.jpeg.Parse.parse().
|
static |
Definition at line 18 of file Utilities.java.
Referenced by com.pixelmed.codec.jpeg.Parse.parse(), and com.pixelmed.codec.jpeg.MarkerSegmentAPP0JFIF.toString().
|
static |
Definition at line 30 of file Utilities.java.