//leakcanary-repo/shark/HprofRecord/HeapDumpRecord/ObjectRecord/PrimitiveArrayDumpRecord/ByteArrayDump
ByteArrayDump¶
[jvm]\ class ByteArrayDump(val id: Long, val stackTraceSerialNumber: Int, val array: ByteArray) : HprofRecord.HeapDumpRecord.ObjectRecord.PrimitiveArrayDumpRecord
Constructors¶
ByteArrayDump | [jvm] constructor(id: Long, stackTraceSerialNumber: Int, array: ByteArray) |