com.android.ddmlib
Class AllocationsParser

java.lang.Object
  extended by com.android.ddmlib.AllocationsParser

public class AllocationsParser
extends java.lang.Object


Constructor Summary
AllocationsParser()
           
 
Method Summary
static AllocationInfo[] parse(java.nio.ByteBuffer data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllocationsParser

public AllocationsParser()
Method Detail

parse

@NonNull
public static AllocationInfo[] parse(@NonNull
                                             java.nio.ByteBuffer data)