Uses of Interface
org.openjdk.jmc.flightrecorder.internal.IChunkLoader
-
Packages that use IChunkLoader Package Description org.openjdk.jmc.flightrecorder.internal org.openjdk.jmc.flightrecorder.internal.parser.v0 org.openjdk.jmc.flightrecorder.internal.parser.v1 -
-
Uses of IChunkLoader in org.openjdk.jmc.flightrecorder.internal
Methods in org.openjdk.jmc.flightrecorder.internal that return IChunkLoader Modifier and Type Method Description private static IChunkLoader
FlightRecordingLoader. createChunkLoader(IChunkSupplier chunkSupplier, LoaderContext context, byte[] buffer, boolean ignoreTruncatedChunk)
-
Uses of IChunkLoader in org.openjdk.jmc.flightrecorder.internal.parser.v0
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v0 that implement IChunkLoader Modifier and Type Class Description class
ChunkLoaderV0
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 that return IChunkLoader Modifier and Type Method Description static IChunkLoader
ChunkLoaderV0. create(Chunk input, LoaderContext context)
-
Uses of IChunkLoader in org.openjdk.jmc.flightrecorder.internal.parser.v1
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v1 that implement IChunkLoader Modifier and Type Class Description class
ChunkLoaderV1
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IChunkLoader Modifier and Type Method Description static IChunkLoader
ChunkLoaderV1. create(Chunk input, LoaderContext context)
-