Uses of Class
org.openjdk.jmc.flightrecorder.internal.ChunkInfo
-
Packages that use ChunkInfo Package Description org.openjdk.jmc.flightrecorder.internal org.openjdk.jmc.flightrecorder.internal.parser.v0 org.openjdk.jmc.flightrecorder.internal.parser.v1 -
-
Uses of ChunkInfo in org.openjdk.jmc.flightrecorder.internal
Methods in org.openjdk.jmc.flightrecorder.internal that return ChunkInfo Modifier and Type Method Description private static ChunkInfo
FlightRecordingLoader. getChunkInfo(Chunk nextChunk, long nextChunkPos)
Methods in org.openjdk.jmc.flightrecorder.internal that return types with arguments of type ChunkInfo Modifier and Type Method Description static java.util.List<ChunkInfo>
FlightRecordingLoader. readChunkInfo(IChunkSupplier chunkSupplier)
Method parameters in org.openjdk.jmc.flightrecorder.internal with type arguments of type ChunkInfo Modifier and Type Method Description static IChunkSupplier
FlightRecordingLoader. createChunkSupplier(java.io.RandomAccessFile input, java.util.Collection<ChunkInfo> chunks)
-
Uses of ChunkInfo in org.openjdk.jmc.flightrecorder.internal.parser.v0
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 that return ChunkInfo Modifier and Type Method Description static ChunkInfo
ChunkLoaderV0. getInfo(Chunk input, long position)
-
Uses of ChunkInfo in org.openjdk.jmc.flightrecorder.internal.parser.v1
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return ChunkInfo Modifier and Type Method Description static ChunkInfo
ChunkLoaderV1. getInfo(Chunk input, long position)
-