Package dalvik.system.profiler
Class BinaryHprof
- java.lang.Object
-
- dalvik.system.profiler.BinaryHprof
-
public final class BinaryHprof extends Object
Hprof binary format related constants shared between the BinaryHprofReader and BinaryHprofWriter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBinaryHprof.ControlSettingsstatic classBinaryHprof.Tag
-
Field Summary
Fields Modifier and Type Field Description static intID_SIZECurrently code only supports 4 byte id size.
-
Constructor Summary
Constructors Constructor Description BinaryHprof()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringreadMagic(DataInputStream in)Returns the file's magic value as a String if found, otherwise null.
-
-
-
Field Detail
-
ID_SIZE
public static final int ID_SIZE
Currently code only supports 4 byte id size.- See Also:
- Constant Field Values
-
-
Method Detail
-
readMagic
public static final String readMagic(DataInputStream in)
Returns the file's magic value as a String if found, otherwise null.
-
-