Uses of Class
org.eclipse.mat.hprof.ChunkedGZIPRandomAccessFile
-
Packages that use ChunkedGZIPRandomAccessFile Package Description org.eclipse.mat.hprof 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 ChunkedGZIPRandomAccessFile Modifier and Type Method Description static ChunkedGZIPRandomAccessFile
ChunkedGZIPRandomAccessFile. get(java.io.RandomAccessFile raf, java.io.File file, java.lang.String prefix)
Returns the random access file for the given file ornull
if not supported for the file.
-