Uses of Interface
org.openjdk.jmc.flightrecorder.internal.IChunkSupplier
-
Packages that use IChunkSupplier Package Description org.openjdk.jmc.flightrecorder.internal -
-
Uses of IChunkSupplier in org.openjdk.jmc.flightrecorder.internal
Methods in org.openjdk.jmc.flightrecorder.internal that return IChunkSupplier Modifier and Type Method Description static IChunkSupplier
FlightRecordingLoader. createChunkSupplier(java.io.InputStream input)
static IChunkSupplier
FlightRecordingLoader. createChunkSupplier(java.io.RandomAccessFile input)
static IChunkSupplier
FlightRecordingLoader. createChunkSupplier(java.io.RandomAccessFile input, java.util.Collection<ChunkInfo> chunks)
Methods in org.openjdk.jmc.flightrecorder.internal with parameters of type IChunkSupplier Modifier and Type Method Description private static IChunkLoader
FlightRecordingLoader. createChunkLoader(IChunkSupplier chunkSupplier, LoaderContext context, byte[] buffer, boolean ignoreTruncatedChunk)
static java.util.List<ChunkInfo>
FlightRecordingLoader. readChunkInfo(IChunkSupplier chunkSupplier)
static EventArray[]
FlightRecordingLoader. readChunks(java.lang.Runnable monitor, java.util.List<? extends IParserExtension> extensions, IChunkSupplier chunkSupplier, boolean hideExperimentals, boolean ignoreTruncatedChunk)
static EventArray[]
FlightRecordingLoader. readChunks(java.lang.Runnable monitor, IChunkSupplier chunkSupplier, boolean hideExperimentals, boolean ignoreTruncatedChunk)
-