StreamingHprofReader

class StreamingHprofReader

Reads the entire content of a Hprof source in one fell swoop. Call readerFor to obtain a new instance.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun readRecords(recordTags: Set<HprofRecordTag>, listener: OnHprofRecordTagListener): Long

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