Uses of Class
org.openjdk.jmc.flightrecorder.internal.parser.Chunk
-
Packages that use Chunk Package Description org.openjdk.jmc.flightrecorder.internal org.openjdk.jmc.flightrecorder.internal.parser.v0 org.openjdk.jmc.flightrecorder.internal.parser.v1 -
-
Uses of Chunk in org.openjdk.jmc.flightrecorder.internal
Methods in org.openjdk.jmc.flightrecorder.internal that return Chunk Modifier and Type Method 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.Methods in org.openjdk.jmc.flightrecorder.internal with parameters of type Chunk Modifier and Type Method Description private static ChunkInfo
FlightRecordingLoader. getChunkInfo(Chunk nextChunk, long nextChunkPos)
-
Uses of Chunk in org.openjdk.jmc.flightrecorder.internal.parser.v0
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type Chunk Modifier and Type Method Description static IChunkLoader
ChunkLoaderV0. create(Chunk input, LoaderContext context)
static ChunkInfo
ChunkLoaderV0. getInfo(Chunk input, long position)
Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type Chunk Constructor Description ChunkStructure(Chunk input)
-
Uses of Chunk in org.openjdk.jmc.flightrecorder.internal.parser.v1
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 with parameters of type Chunk Modifier and Type Method Description static IChunkLoader
ChunkLoaderV1. create(Chunk input, LoaderContext context)
static ChunkInfo
ChunkLoaderV1. getInfo(Chunk input, long position)
Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v1 with parameters of type Chunk Constructor Description ChunkStructure(Chunk chunkInput)
-