Uses of Class
org.eclipse.mat.hprof.SeekableStream.RandomAccessInputStream
Package
Description
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
-
Uses of SeekableStream.RandomAccessInputStream in org.eclipse.mat.hprof
ModifierConstructorDescriptionSeekableStream
(Supplier<InputStream> genstream, SeekableStream.RandomAccessInputStream underlying, int cachesize, long estlen) Creates a seekable stream out of a non-seekable stream.