public class DicomUtils
extends java.lang.Object
| Constructor and Description |
|---|
DicomUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
swapLongWords(byte[] b) |
static void |
swapLongWords(ByteArray byteArray) |
static void |
swapVeryLongWords(byte[] b) |
static void |
swapWords(byte[] b) |
static void |
swapWords(ByteArray byteArray) |
static int[] |
ushortToInt(byte[] bytes,
boolean bigEndian) |
public static void swapWords(ByteArray byteArray)
public static void swapLongWords(ByteArray byteArray)
public static void swapWords(byte[] b)
public static void swapLongWords(byte[] b)
public static void swapVeryLongWords(byte[] b)
public static int[] ushortToInt(byte[] bytes,
boolean bigEndian)