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 IChunkSupplierFlightRecordingLoader. createChunkSupplier(java.io.InputStream input)static IChunkSupplierFlightRecordingLoader. createChunkSupplier(java.io.RandomAccessFile input)static IChunkSupplierFlightRecordingLoader. 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 IChunkLoaderFlightRecordingLoader. 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)
-