Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.internal | |
org.openjdk.jmc.flightrecorder.internal.parser.v0 | |
org.openjdk.jmc.flightrecorder.internal.parser.v1 |
Modifier and Type | Method and Description |
---|---|
private static Chunk |
FlightRecordingLoader.createChunkInput(java.io.DataInput input,
int firstByte,
byte[] reusableBuffer) |
Chunk |
IChunkSupplier.getNextChunk(byte[] reusableBuffer)
Get the input for the next chunk.
|
Modifier and Type | Method and Description |
---|---|
private static ChunkInfo |
FlightRecordingLoader.getChunkInfo(Chunk nextChunk,
long nextChunkPos) |
Modifier and Type | Method and Description |
---|---|
static IChunkLoader |
ChunkLoaderV0.create(Chunk input,
LoaderContext context) |
static ChunkInfo |
ChunkLoaderV0.getInfo(Chunk input,
long position) |
Constructor and Description |
---|
ChunkStructure(Chunk input) |
Modifier and Type | Method and Description |
---|---|
static IChunkLoader |
ChunkLoaderV1.create(Chunk input,
LoaderContext context) |
static ChunkInfo |
ChunkLoaderV1.getInfo(Chunk input,
long position) |
Constructor and Description |
---|
ChunkStructure(Chunk chunkInput) |