public abstract class javax.print.StreamPrintService implements javax.print.PrintService
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javax.print.StreamPrintService
  super_class: java.lang.Object
{
  private java.io.OutputStream outStream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0002) ACC_PRIVATE

  private boolean disposed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.print.StreamPrintService this
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iconst_0
            putfield javax.print.StreamPrintService.disposed:Z
         2: .line 62
            return
        end local 0 // javax.print.StreamPrintService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/print/StreamPrintService;

  protected void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.print.StreamPrintService this
        start local 1 // java.io.OutputStream out
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iconst_0
            putfield javax.print.StreamPrintService.disposed:Z
         2: .line 70
            aload 0 /* this */
            aload 1 /* out */
            putfield javax.print.StreamPrintService.outStream:Ljava/io/OutputStream;
         3: .line 71
            return
        end local 1 // java.io.OutputStream out
        end local 0 // javax.print.StreamPrintService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/print/StreamPrintService;
            0    4     1   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      out   

  public java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.StreamPrintService this
         0: .line 79
            aload 0 /* this */
            getfield javax.print.StreamPrintService.outStream:Ljava/io/OutputStream;
            areturn
        end local 0 // javax.print.StreamPrintService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/StreamPrintService;

  public abstract java.lang.String getOutputFormat();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.print.StreamPrintService this
         0: .line 99
            aload 0 /* this */
            iconst_1
            putfield javax.print.StreamPrintService.disposed:Z
         1: .line 100
            return
        end local 0 // javax.print.StreamPrintService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/print/StreamPrintService;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.StreamPrintService this
         0: .line 111
            aload 0 /* this */
            getfield javax.print.StreamPrintService.disposed:Z
            ireturn
        end local 0 // javax.print.StreamPrintService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/StreamPrintService;
}
SourceFile: "StreamPrintService.java"