class NumberReaders
extends java.lang.Object
Constructor and Description |
---|
NumberReaders() |
Modifier and Type | Method and Description |
---|---|
(package private) static byte |
readByte(byte[] bytes,
Offset offset) |
(package private) static double |
readDouble(byte[] bytes,
Offset offset) |
(package private) static float |
readFloat(byte[] bytes,
Offset offset) |
(package private) static int |
readInt(byte[] bytes,
Offset offset) |
(package private) static long |
readKey(byte[] data,
Offset offset,
DataType keyType) |
(package private) static long |
readLong(byte[] bytes,
Offset offset) |
(package private) static short |
readShort(byte[] bytes,
Offset offset) |
static long readLong(byte[] bytes, Offset offset) throws InvalidJfrFileException
InvalidJfrFileException
static int readInt(byte[] bytes, Offset offset) throws InvalidJfrFileException
InvalidJfrFileException
static byte readByte(byte[] bytes, Offset offset) throws InvalidJfrFileException
InvalidJfrFileException
static short readShort(byte[] bytes, Offset offset) throws InvalidJfrFileException
InvalidJfrFileException
static float readFloat(byte[] bytes, Offset offset) throws InvalidJfrFileException
InvalidJfrFileException
static double readDouble(byte[] bytes, Offset offset) throws InvalidJfrFileException
InvalidJfrFileException
static long readKey(byte[] data, Offset offset, DataType keyType) throws InvalidJfrFileException
InvalidJfrFileException