class com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream
  super_class: java.io.InputStream
{
  private final java.nio.ByteBuffer bb;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 98
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
            aload 0 /* this */
            aload 1 /* bb */
            putfield com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream.bb:Ljava/nio/ByteBuffer;
            return
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/embed/swing/DataFlavorUtils$ByteBufferInputStream;
            0    1     1    bb  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      bb    

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream this
         0: .line 100
            aload 0 /* this */
            getfield com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ireturn
        end local 0 // com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/embed/swing/DataFlavorUtils$ByteBufferInputStream;

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream this
         0: .line 103
            aload 0 /* this */
            getfield com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 1
            iconst_m1
            ireturn
         1: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            ireturn
        end local 0 // com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/embed/swing/DataFlavorUtils$ByteBufferInputStream;
    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.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream this
        start local 1 // byte[] bytes
        start local 2 // int off
        start local 3 // int len
         0: .line 108
            aload 0 /* this */
            getfield com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 1
            iconst_m1
            ireturn
         1: .line 109
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* len */
         2: .line 110
            aload 0 /* this */
            getfield com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream.bb:Ljava/nio/ByteBuffer;
            aload 1 /* bytes */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
         3: .line 111
            iload 3 /* len */
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] bytes
        end local 0 // com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/javafx/embed/swing/DataFlavorUtils$ByteBufferInputStream;
            0    4     1  bytes  [B
            0    4     2    off  I
            0    4     3    len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  
      off    
      len    
}
SourceFile: "DataFlavorUtils.java"
NestHost: com.sun.javafx.embed.swing.DataFlavorUtils
InnerClasses:
  private ByteBufferInputStream = com.sun.javafx.embed.swing.DataFlavorUtils$ByteBufferInputStream of com.sun.javafx.embed.swing.DataFlavorUtils