class org.eclipse.jetty.util.IO$NullOS extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.util.IO$NullOS
  super_class: java.io.OutputStream
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.IO$NullOS this
         0: .line 493
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
            return
        end local 0 // org.eclipse.jetty.util.IO$NullOS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/IO$NullOS;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.IO$NullOS this
         0: .line 498
            return
        end local 0 // org.eclipse.jetty.util.IO$NullOS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/IO$NullOS;

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.IO$NullOS this
         0: .line 503
            return
        end local 0 // org.eclipse.jetty.util.IO$NullOS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/IO$NullOS;

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.IO$NullOS this
        start local 1 // byte[] b
         0: .line 508
            return
        end local 1 // byte[] b
        end local 0 // org.eclipse.jetty.util.IO$NullOS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/IO$NullOS;
            0    1     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.util.IO$NullOS this
        start local 1 // byte[] b
        start local 2 // int i
        start local 3 // int l
         0: .line 513
            return
        end local 3 // int l
        end local 2 // int i
        end local 1 // byte[] b
        end local 0 // org.eclipse.jetty.util.IO$NullOS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/IO$NullOS;
            0    1     1     b  [B
            0    1     2     i  I
            0    1     3     l  I
    MethodParameters:
      Name  Flags
      b     
      i     
      l     

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.IO$NullOS this
        start local 1 // int b
         0: .line 518
            return
        end local 1 // int b
        end local 0 // org.eclipse.jetty.util.IO$NullOS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/IO$NullOS;
            0    1     1     b  I
    MethodParameters:
      Name  Flags
      b     
}
SourceFile: "IO.java"
NestHost: org.eclipse.jetty.util.IO
InnerClasses:
  private NullOS = org.eclipse.jetty.util.IO$NullOS of org.eclipse.jetty.util.IO