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 IChunkLoaderFlightRecordingLoader. 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 classChunkLoaderV0Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 that return IChunkLoader Modifier and Type Method Description static IChunkLoaderChunkLoaderV0. 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 classChunkLoaderV1Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IChunkLoader Modifier and Type Method Description static IChunkLoaderChunkLoaderV1. create(Chunk input, LoaderContext context)
-