Streaming Hprof Reader
Reads the entire content of a Hprof source in one fell swoop. Call readerFor to obtain a new instance.
Types
Functions
Link copied to clipboard
fun readRecords(recordTags: Set<HprofRecordTag>, listener: OnHprofRecordTagListener): Long
Content copied to clipboard
Obtains a new source to read all hprof records from and calls listener back for each record that matches one of the provided recordTags.
Extensions
Link copied to clipboard
fun StreamingHprofReader.asStreamingRecordReader(): StreamingRecordReaderAdapter
Content copied to clipboard