class com.google.protobuf.NioByteString$1 extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.NioByteString$1
  super_class: java.io.InputStream
{
  private final java.nio.ByteBuffer buf;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.google.protobuf.NioByteString this$0;
    descriptor: Lcom/google/protobuf/NioByteString;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.protobuf.NioByteString);
    descriptor: (Lcom/google/protobuf/NioByteString;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.NioByteString$1 this
         0: .line 221
            aload 0 /* this */
            aload 1
            putfield com.google.protobuf.NioByteString$1.this$0:Lcom/google/protobuf/NioByteString;
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 222
            aload 0 /* this */
            aload 1
            getfield com.google.protobuf.NioByteString.buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            putfield com.google.protobuf.NioByteString$1.buf:Ljava/nio/ByteBuffer;
         2: .line 221
            return
        end local 0 // com.google.protobuf.NioByteString$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/NioByteString$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void mark(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.protobuf.NioByteString$1 this
        start local 1 // int readlimit
         0: .line 226
            aload 0 /* this */
            getfield com.google.protobuf.NioByteString$1.buf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.mark:()Ljava/nio/Buffer;
            pop
         1: .line 227
            return
        end local 1 // int readlimit
        end local 0 // com.google.protobuf.NioByteString$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/google/protobuf/NioByteString$1;
            0    2     1  readlimit  I
    MethodParameters:
           Name  Flags
      readlimit  

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.NioByteString$1 this
         0: .line 231
            iconst_1
            ireturn
        end local 0 // com.google.protobuf.NioByteString$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/NioByteString$1;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.NioByteString$1 this
         0: .line 237
            aload 0 /* this */
            getfield com.google.protobuf.NioByteString$1.buf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.reset:()Ljava/nio/Buffer;
            pop
         1: .line 238
            goto 4
      StackMap locals:
      StackMap stack: java.nio.InvalidMarkException
         2: astore 1 /* e */
        start local 1 // java.nio.InvalidMarkException e
         3: .line 239
            new java.io.IOException
            dup
            aload 1 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.nio.InvalidMarkException e
         4: .line 241
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.NioByteString$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/NioByteString$1;
            3    4     1     e  Ljava/nio/InvalidMarkException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.nio.InvalidMarkException
    Exceptions:
      throws java.io.IOException

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.NioByteString$1 this
         0: .line 245
            aload 0 /* this */
            getfield com.google.protobuf.NioByteString$1.buf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ireturn
        end local 0 // com.google.protobuf.NioByteString$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/NioByteString$1;
    Exceptions:
      throws java.io.IOException

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.NioByteString$1 this
         0: .line 250
            aload 0 /* this */
            getfield com.google.protobuf.NioByteString$1.buf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 2
         1: .line 251
            iconst_m1
            ireturn
         2: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.NioByteString$1.buf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            ireturn
        end local 0 // com.google.protobuf.NioByteString$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/NioByteString$1;
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.protobuf.NioByteString$1 this
        start local 1 // byte[] bytes
        start local 2 // int off
        start local 3 // int len
         0: .line 258
            aload 0 /* this */
            getfield com.google.protobuf.NioByteString$1.buf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 2
         1: .line 259
            iconst_m1
            ireturn
         2: .line 262
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            aload 0 /* this */
            getfield com.google.protobuf.NioByteString$1.buf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* len */
         3: .line 263
            aload 0 /* this */
            getfield com.google.protobuf.NioByteString$1.buf:Ljava/nio/ByteBuffer;
            aload 1 /* bytes */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
         4: .line 264
            iload 3 /* len */
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] bytes
        end local 0 // com.google.protobuf.NioByteString$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/protobuf/NioByteString$1;
            0    5     1  bytes  [B
            0    5     2    off  I
            0    5     3    len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  
      off    
      len    
}
SourceFile: "NioByteString.java"
EnclosingMethod: com.google.protobuf.NioByteString.newInput:()Ljava/io/InputStream;
NestHost: com.google.protobuf.NioByteString
InnerClasses:
  com.google.protobuf.NioByteString$1