Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.internal |
Modifier and Type | Method and Description |
---|---|
static IChunkSupplier |
FlightRecordingLoader.createChunkSupplier(InputStream input) |
static IChunkSupplier |
FlightRecordingLoader.createChunkSupplier(RandomAccessFile input) |
static IChunkSupplier |
FlightRecordingLoader.createChunkSupplier(RandomAccessFile input,
Collection<ChunkInfo> chunks) |
Modifier and Type | Method and Description |
---|---|
static List<ChunkInfo> |
FlightRecordingLoader.readChunkInfo(IChunkSupplier chunkSupplier) |
static EventArray[] |
FlightRecordingLoader.readChunks(Runnable monitor,
IChunkSupplier chunkSupplier,
boolean hideExperimentals,
boolean ignoreTruncatedChunk) |
static EventArray[] |
FlightRecordingLoader.readChunks(Runnable monitor,
List<? extends IParserExtension> extensions,
IChunkSupplier chunkSupplier,
boolean hideExperimentals,
boolean ignoreTruncatedChunk) |
Copyright © 2020. All rights reserved.