public class RecordAccess extends Object
| Constructor and Description |
|---|
RecordAccess() |
| Modifier and Type | Method and Description |
|---|---|
static String |
arrayToString(byte[] buffer) |
static String |
arrayToString(byte[] buffer,
int offset,
int len) |
static void |
dump(byte[] buffer) |
static void |
dump(byte[] buffer,
int len) |
static void |
dump(byte[] buffer,
int offset,
int len) |
static void |
dump(PrintStream out,
byte[] buffer) |
static void |
dump(PrintStream out,
byte[] buffer,
int len) |
static void |
dump(PrintStream out,
byte[] buffer,
int offset,
int len) |
static byte[] |
getBytes(byte[] buffer,
int offset,
int length) |
static int |
getU16(byte[] buffer,
int offset) |
static long |
getU32(byte[] buffer,
int offset) |
static int |
getU8(byte[] buffer,
int offset) |
static long |
getUINT(byte[] buffer,
int offset,
int size) |
public static long getU32(byte[] buffer,
int offset)
public static long getUINT(byte[] buffer,
int offset,
int size)
public static int getU16(byte[] buffer,
int offset)
public static int getU8(byte[] buffer,
int offset)
public static byte[] getBytes(byte[] buffer,
int offset,
int length)
public static String arrayToString(byte[] buffer)
public static String arrayToString(byte[] buffer, int offset, int len)
public static void dump(PrintStream out, byte[] buffer, int offset, int len)
public static void dump(byte[] buffer,
int offset,
int len)
public static void dump(PrintStream out, byte[] buffer, int len)
public static void dump(byte[] buffer,
int len)
public static void dump(PrintStream out, byte[] buffer)
public static void dump(byte[] buffer)
Copyright © 2025. All rights reserved.