public class sun.rmi.log.LogOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.rmi.log.LogOutputStream
  super_class: java.io.OutputStream
{
  private java.io.RandomAccessFile raf;
    descriptor: Ljava/io/RandomAccessFile;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.RandomAccessFile);
    descriptor: (Ljava/io/RandomAccessFile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.rmi.log.LogOutputStream this
        start local 1 // java.io.RandomAccessFile raf
         0: .line 41
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* raf */
            putfield sun.rmi.log.LogOutputStream.raf:Ljava/io/RandomAccessFile;
         2: .line 43
            return
        end local 1 // java.io.RandomAccessFile raf
        end local 0 // sun.rmi.log.LogOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/rmi/log/LogOutputStream;
            0    3     1   raf  Ljava/io/RandomAccessFile;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      raf   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.rmi.log.LogOutputStream this
        start local 1 // int b
         0: .line 52
            aload 0 /* this */
            getfield sun.rmi.log.LogOutputStream.raf:Ljava/io/RandomAccessFile;
            iload 1 /* b */
            invokevirtual java.io.RandomAccessFile.write:(I)V
         1: .line 53
            return
        end local 1 // int b
        end local 0 // sun.rmi.log.LogOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/rmi/log/LogOutputStream;
            0    2     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.rmi.log.LogOutputStream this
        start local 1 // byte[] b
         0: .line 62
            aload 0 /* this */
            getfield sun.rmi.log.LogOutputStream.raf:Ljava/io/RandomAccessFile;
            aload 1 /* b */
            invokevirtual java.io.RandomAccessFile.write:([B)V
         1: .line 63
            return
        end local 1 // byte[] b
        end local 0 // sun.rmi.log.LogOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/rmi/log/LogOutputStream;
            0    2     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.rmi.log.LogOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 73
            aload 0 /* this */
            getfield sun.rmi.log.LogOutputStream.raf:Ljava/io/RandomAccessFile;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.RandomAccessFile.write:([BII)V
         1: .line 74
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.rmi.log.LogOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/rmi/log/LogOutputStream;
            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   

  public final void close();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.rmi.log.LogOutputStream this
         0: .line 81
            return
        end local 0 // sun.rmi.log.LogOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/rmi/log/LogOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "LogOutputStream.java"