public class android.opengl.ETC1Util$ETC1Texture
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.opengl.ETC1Util$ETC1Texture
  super_class: java.lang.Object
{
  private int mWidth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mHeight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.nio.ByteBuffer mData;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, int, java.nio.ByteBuffer);
    descriptor: (IILjava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.opengl.ETC1Util$ETC1Texture this
        start local 1 // int width
        start local 2 // int height
        start local 3 // java.nio.ByteBuffer data
         0: .line 117
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 118
            aload 0 /* this */
            iload 1 /* width */
            putfield android.opengl.ETC1Util$ETC1Texture.mWidth:I
         2: .line 119
            aload 0 /* this */
            iload 2 /* height */
            putfield android.opengl.ETC1Util$ETC1Texture.mHeight:I
         3: .line 120
            aload 0 /* this */
            aload 3 /* data */
            putfield android.opengl.ETC1Util$ETC1Texture.mData:Ljava/nio/ByteBuffer;
         4: .line 121
            return
        end local 3 // java.nio.ByteBuffer data
        end local 2 // int height
        end local 1 // int width
        end local 0 // android.opengl.ETC1Util$ETC1Texture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/opengl/ETC1Util$ETC1Texture;
            0    5     1   width  I
            0    5     2  height  I
            0    5     3    data  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      width   
      height  
      data    

  public int getWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.opengl.ETC1Util$ETC1Texture this
         0: .line 127
            aload 0 /* this */
            getfield android.opengl.ETC1Util$ETC1Texture.mWidth:I
            ireturn
        end local 0 // android.opengl.ETC1Util$ETC1Texture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/opengl/ETC1Util$ETC1Texture;

  public int getHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.opengl.ETC1Util$ETC1Texture this
         0: .line 133
            aload 0 /* this */
            getfield android.opengl.ETC1Util$ETC1Texture.mHeight:I
            ireturn
        end local 0 // android.opengl.ETC1Util$ETC1Texture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/opengl/ETC1Util$ETC1Texture;

  public java.nio.ByteBuffer getData();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.opengl.ETC1Util$ETC1Texture this
         0: .line 139
            aload 0 /* this */
            getfield android.opengl.ETC1Util$ETC1Texture.mData:Ljava/nio/ByteBuffer;
            areturn
        end local 0 // android.opengl.ETC1Util$ETC1Texture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/opengl/ETC1Util$ETC1Texture;
}
SourceFile: "ETC1Util.java"
NestHost: android.opengl.ETC1Util
InnerClasses:
  public ETC1Texture = android.opengl.ETC1Util$ETC1Texture of android.opengl.ETC1Util