public interface android.renderscript.Allocation$OnBufferAvailableListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.renderscript.Allocation$OnBufferAvailableListener
  super_class: java.lang.Object
{
  public abstract void onBufferAvailable(android.renderscript.Allocation);
    descriptor: (Landroid/renderscript/Allocation;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "Allocation.java"
NestHost: android.renderscript.Allocation
InnerClasses:
  public abstract OnBufferAvailableListener = android.renderscript.Allocation$OnBufferAvailableListener of android.renderscript.Allocation