Package dalvik.system.profiler
Class BinaryHprofWriter
- java.lang.Object
-
- dalvik.system.profiler.BinaryHprofWriter
-
public final class BinaryHprofWriter extends Object
BinaryHprofWriter produces hprof compatible binary output for use with third party tools. Such files can be converted to text with withHprofBinaryToAsciior read back in withBinaryHprofReader.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwrite(HprofData data, OutputStream outputStream)Writes the provided data to the specified stream.
-
-
-
Method Detail
-
write
public static void write(HprofData data, OutputStream outputStream) throws IOException
Writes the provided data to the specified stream.- Throws:
IOException
-
-