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
InvalidJfrFileExceptionstatic int readInt(byte[] bytes,
Offset offset)
throws InvalidJfrFileException
InvalidJfrFileExceptionstatic byte readByte(byte[] bytes,
Offset offset)
throws InvalidJfrFileException
InvalidJfrFileExceptionstatic short readShort(byte[] bytes,
Offset offset)
throws InvalidJfrFileException
InvalidJfrFileExceptionstatic float readFloat(byte[] bytes,
Offset offset)
throws InvalidJfrFileException
InvalidJfrFileExceptionstatic double readDouble(byte[] bytes,
Offset offset)
throws InvalidJfrFileException
InvalidJfrFileExceptionstatic long readKey(byte[] data,
Offset offset,
DataType keyType)
throws InvalidJfrFileException
InvalidJfrFileException