final class sun.awt.windows.WDropTargetContextPeerIStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.awt.windows.WDropTargetContextPeerIStream
  super_class: java.io.InputStream
{
  private long istream;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  void <init>(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.windows.WDropTargetContextPeerIStream this
        start local 1 // long istream
         0: .line 182
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 184
            lload 1 /* istream */
            lconst_0
            lcmp
            ifne 2
            new java.io.IOException
            dup
            ldc "No IStream"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 186
      StackMap locals: sun.awt.windows.WDropTargetContextPeerIStream long
      StackMap stack:
            aload 0 /* this */
            lload 1 /* istream */
            putfield sun.awt.windows.WDropTargetContextPeerIStream.istream:J
         3: .line 187
            return
        end local 1 // long istream
        end local 0 // sun.awt.windows.WDropTargetContextPeerIStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/awt/windows/WDropTargetContextPeerIStream;
            0    4     1  istream  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      istream  

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.windows.WDropTargetContextPeerIStream this
         0: .line 195
            aload 0 /* this */
            getfield sun.awt.windows.WDropTargetContextPeerIStream.istream:J
            lconst_0
            lcmp
            ifne 1
            new java.io.IOException
            dup
            ldc "No IStream"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         1: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WDropTargetContextPeerIStream.istream:J
            invokevirtual sun.awt.windows.WDropTargetContextPeerIStream.Available:(J)I
            ireturn
        end local 0 // sun.awt.windows.WDropTargetContextPeerIStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WDropTargetContextPeerIStream;
    Exceptions:
      throws java.io.IOException

  private native int Available(long);
    descriptor: (J)I
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
         Name  Flags
      istream  

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.windows.WDropTargetContextPeerIStream this
         0: .line 207
            aload 0 /* this */
            getfield sun.awt.windows.WDropTargetContextPeerIStream.istream:J
            lconst_0
            lcmp
            ifne 1
            new java.io.IOException
            dup
            ldc "No IStream"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         1: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WDropTargetContextPeerIStream.istream:J
            invokevirtual sun.awt.windows.WDropTargetContextPeerIStream.Read:(J)I
            ireturn
        end local 0 // sun.awt.windows.WDropTargetContextPeerIStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WDropTargetContextPeerIStream;
    Exceptions:
      throws java.io.IOException

  private native int Read(long);
    descriptor: (J)I
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      istream  

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // sun.awt.windows.WDropTargetContextPeerIStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 219
            aload 0 /* this */
            getfield sun.awt.windows.WDropTargetContextPeerIStream.istream:J
            lconst_0
            lcmp
            ifne 1
            new java.io.IOException
            dup
            ldc "No IStream"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         1: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WDropTargetContextPeerIStream.istream:J
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual sun.awt.windows.WDropTargetContextPeerIStream.ReadBytes:(J[BII)I
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.awt.windows.WDropTargetContextPeerIStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WDropTargetContextPeerIStream;
            0    2     1     b  [B
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  private native int ReadBytes(long, byte[], int, int);
    descriptor: (J[BII)I
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      istream  
      b        
      off      
      len      

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.windows.WDropTargetContextPeerIStream this
         0: .line 231
            aload 0 /* this */
            getfield sun.awt.windows.WDropTargetContextPeerIStream.istream:J
            lconst_0
            lcmp
            ifeq 4
         1: .line 232
            aload 0 /* this */
            invokespecial java.io.InputStream.close:()V
         2: .line 233
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WDropTargetContextPeerIStream.istream:J
            invokevirtual sun.awt.windows.WDropTargetContextPeerIStream.Close:(J)V
         3: .line 234
            aload 0 /* this */
            lconst_0
            putfield sun.awt.windows.WDropTargetContextPeerIStream.istream:J
         4: .line 236
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.windows.WDropTargetContextPeerIStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/windows/WDropTargetContextPeerIStream;
    Exceptions:
      throws java.io.IOException

  private native void Close(long);
    descriptor: (J)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
         Name  Flags
      istream  
}
SourceFile: "WDropTargetContextPeer.java"