class sun.rmi.runtime.Log$InternalStreamHandler extends java.util.logging.StreamHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.rmi.runtime.Log$InternalStreamHandler
  super_class: java.util.logging.StreamHandler
{
  void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.rmi.runtime.Log$InternalStreamHandler this
        start local 1 // java.io.OutputStream out
         0: .line 277
            aload 0 /* this */
            aload 1 /* out */
            new java.util.logging.SimpleFormatter
            dup
            invokespecial java.util.logging.SimpleFormatter.<init>:()V
            invokespecial java.util.logging.StreamHandler.<init>:(Ljava/io/OutputStream;Ljava/util/logging/Formatter;)V
         1: .line 278
            return
        end local 1 // java.io.OutputStream out
        end local 0 // sun.rmi.runtime.Log$InternalStreamHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/rmi/runtime/Log$InternalStreamHandler;
            0    2     1   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      out   

  public void publish(java.util.logging.LogRecord);
    descriptor: (Ljava/util/logging/LogRecord;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.rmi.runtime.Log$InternalStreamHandler this
        start local 1 // java.util.logging.LogRecord record
         0: .line 281
            aload 0 /* this */
            aload 1 /* record */
            invokespecial java.util.logging.StreamHandler.publish:(Ljava/util/logging/LogRecord;)V
         1: .line 282
            aload 0 /* this */
            invokevirtual sun.rmi.runtime.Log$InternalStreamHandler.flush:()V
         2: .line 283
            return
        end local 1 // java.util.logging.LogRecord record
        end local 0 // sun.rmi.runtime.Log$InternalStreamHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/rmi/runtime/Log$InternalStreamHandler;
            0    3     1  record  Ljava/util/logging/LogRecord;
    MethodParameters:
        Name  Flags
      record  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.rmi.runtime.Log$InternalStreamHandler this
         0: .line 286
            aload 0 /* this */
            invokevirtual sun.rmi.runtime.Log$InternalStreamHandler.flush:()V
         1: .line 287
            return
        end local 0 // sun.rmi.runtime.Log$InternalStreamHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/rmi/runtime/Log$InternalStreamHandler;
}
SourceFile: "Log.java"
NestHost: sun.rmi.runtime.Log
InnerClasses:
  private InternalStreamHandler = sun.rmi.runtime.Log$InternalStreamHandler of sun.rmi.runtime.Log