//shark-hprof/shark/HprofPrimitiveArrayStripper/stripPrimitiveArrays

stripPrimitiveArrays

[jvm]
fun stripPrimitiveArrays(inputHprofFile: File, outputHprofFile: File = File( inputHprofFile.parent, inputHprofFile.name.replace( “.hprof”, “-stripped.hprof” ).let { if (it != inputHprofFile.name) it else inputHprofFile.name + “-stripped” })): File

fun stripPrimitiveArrays(hprofSourceProvider: StreamingSourceProvider, hprofSink: BufferedSink)

See also

jvm

shark.HprofPrimitiveArrayStripper