Uses of Class
org.eclipse.mat.hprof.ChunkedGZIPRandomAccessFile
Packages that use ChunkedGZIPRandomAccessFile
Package
Description
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
-
Uses of ChunkedGZIPRandomAccessFile in org.eclipse.mat.hprof
Methods in org.eclipse.mat.hprof that return ChunkedGZIPRandomAccessFileModifier and TypeMethodDescriptionstatic ChunkedGZIPRandomAccessFile
ChunkedGZIPRandomAccessFile.get
(RandomAccessFile raf, File file, String prefix) Returns the random access file for the given file ornull
if not supported for the file.