public class org.apache.fop.pdf.PDFOutputIntent extends org.apache.fop.pdf.PDFObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.pdf.PDFOutputIntent
  super_class: org.apache.fop.pdf.PDFObject
{
  public static final java.lang.String GTS_PDFX;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "GTS_PDFX"

  public static final java.lang.String GTS_PDFA1;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "GTS_PDFA1"

  private java.lang.String subtype;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String outputCondition;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String outputConditionIdentifier;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String registryName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String info;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.pdf.PDFICCStream destOutputProfile;
    descriptor: Lorg/apache/fop/pdf/PDFICCStream;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
         0: .line 31
            aload 0 /* this */
            invokespecial org.apache.fop.pdf.PDFObject.<init>:()V
            return
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/pdf/PDFOutputIntent;

  public java.lang.String getSubtype();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
         0: .line 48
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.subtype:Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/pdf/PDFOutputIntent;

  public void setSubtype(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
        start local 1 // java.lang.String subtype
         0: .line 56
            aload 0 /* this */
            aload 1 /* subtype */
            putfield org.apache.fop.pdf.PDFOutputIntent.subtype:Ljava/lang/String;
         1: .line 57
            return
        end local 1 // java.lang.String subtype
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/fop/pdf/PDFOutputIntent;
            0    2     1  subtype  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      subtype  

  public java.lang.String getOutputCondition();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
         0: .line 61
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.outputCondition:Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/pdf/PDFOutputIntent;

  public void setOutputCondition(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
        start local 1 // java.lang.String outputCondition
         0: .line 70
            aload 0 /* this */
            aload 1 /* outputCondition */
            putfield org.apache.fop.pdf.PDFOutputIntent.outputCondition:Ljava/lang/String;
         1: .line 71
            return
        end local 1 // java.lang.String outputCondition
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/apache/fop/pdf/PDFOutputIntent;
            0    2     1  outputCondition  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      outputCondition  

  public java.lang.String getOutputConditionIdentifier();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
         0: .line 75
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.outputConditionIdentifier:Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/pdf/PDFOutputIntent;

  public void setOutputConditionIdentifier(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
        start local 1 // java.lang.String outputConditionIdentifier
         0: .line 84
            aload 0 /* this */
            aload 1 /* outputConditionIdentifier */
            putfield org.apache.fop.pdf.PDFOutputIntent.outputConditionIdentifier:Ljava/lang/String;
         1: .line 85
            return
        end local 1 // java.lang.String outputConditionIdentifier
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lorg/apache/fop/pdf/PDFOutputIntent;
            0    2     1  outputConditionIdentifier  Ljava/lang/String;
    MethodParameters:
                           Name  Flags
      outputConditionIdentifier  

  public java.lang.String getRegistryName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
         0: .line 89
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.registryName:Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/pdf/PDFOutputIntent;

  public void setRegistryName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
        start local 1 // java.lang.String registryName
         0: .line 99
            aload 0 /* this */
            aload 1 /* registryName */
            putfield org.apache.fop.pdf.PDFOutputIntent.registryName:Ljava/lang/String;
         1: .line 100
            return
        end local 1 // java.lang.String registryName
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/fop/pdf/PDFOutputIntent;
            0    2     1  registryName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      registryName  

  public java.lang.String getInfo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
         0: .line 104
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.info:Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/pdf/PDFOutputIntent;

  public void setInfo(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
        start local 1 // java.lang.String info
         0: .line 113
            aload 0 /* this */
            aload 1 /* info */
            putfield org.apache.fop.pdf.PDFOutputIntent.info:Ljava/lang/String;
         1: .line 114
            return
        end local 1 // java.lang.String info
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/pdf/PDFOutputIntent;
            0    2     1  info  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      info  

  public org.apache.fop.pdf.PDFICCStream getDestOutputProfile();
    descriptor: ()Lorg/apache/fop/pdf/PDFICCStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
         0: .line 118
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.destOutputProfile:Lorg/apache/fop/pdf/PDFICCStream;
            areturn
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/pdf/PDFOutputIntent;

  public void setDestOutputProfile(org.apache.fop.pdf.PDFICCStream);
    descriptor: (Lorg/apache/fop/pdf/PDFICCStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
        start local 1 // org.apache.fop.pdf.PDFICCStream destOutputProfile
         0: .line 127
            aload 0 /* this */
            aload 1 /* destOutputProfile */
            putfield org.apache.fop.pdf.PDFOutputIntent.destOutputProfile:Lorg/apache/fop/pdf/PDFICCStream;
         1: .line 128
            return
        end local 1 // org.apache.fop.pdf.PDFICCStream destOutputProfile
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/apache/fop/pdf/PDFOutputIntent;
            0    2     1  destOutputProfile  Lorg/apache/fop/pdf/PDFICCStream;
    MethodParameters:
                   Name  Flags
      destOutputProfile  

  public byte[] toPDF();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.fop.pdf.PDFOutputIntent this
         0: .line 132
            new org.apache.commons.io.output.ByteArrayOutputStream
            dup
            sipush 128
            invokespecial org.apache.commons.io.output.ByteArrayOutputStream.<init>:(I)V
            astore 1 /* bout */
        start local 1 // org.apache.commons.io.output.ByteArrayOutputStream bout
         1: .line 134
            aload 1 /* bout */
            ldc "<<\n"
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
         2: .line 135
            aload 1 /* bout */
            ldc "/Type /OutputIntent\n"
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
         3: .line 137
            aload 1 /* bout */
            ldc "/S /"
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
         4: .line 138
            aload 1 /* bout */
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.subtype:Ljava/lang/String;
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
         5: .line 139
            aload 1 /* bout */
            ldc "\n"
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
         6: .line 141
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.outputCondition:Ljava/lang/String;
            ifnull 10
         7: .line 142
            aload 1 /* bout */
            ldc "/OutputCondition "
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
         8: .line 143
            aload 1 /* bout */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.outputCondition:Ljava/lang/String;
            invokevirtual org.apache.fop.pdf.PDFOutputIntent.encodeText:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
         9: .line 144
            aload 1 /* bout */
            ldc "\n"
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        10: .line 147
      StackMap locals: org.apache.commons.io.output.ByteArrayOutputStream
      StackMap stack:
            aload 1 /* bout */
            ldc "/OutputConditionIdentifier "
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        11: .line 148
            aload 1 /* bout */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.outputConditionIdentifier:Ljava/lang/String;
            invokevirtual org.apache.fop.pdf.PDFOutputIntent.encodeText:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        12: .line 149
            aload 1 /* bout */
            ldc "\n"
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        13: .line 151
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.registryName:Ljava/lang/String;
            ifnull 17
        14: .line 152
            aload 1 /* bout */
            ldc "/RegistryName "
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        15: .line 153
            aload 1 /* bout */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.registryName:Ljava/lang/String;
            invokevirtual org.apache.fop.pdf.PDFOutputIntent.encodeText:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        16: .line 154
            aload 1 /* bout */
            ldc "\n"
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        17: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.info:Ljava/lang/String;
            ifnull 21
        18: .line 158
            aload 1 /* bout */
            ldc "/Info "
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        19: .line 159
            aload 1 /* bout */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.info:Ljava/lang/String;
            invokevirtual org.apache.fop.pdf.PDFOutputIntent.encodeText:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        20: .line 160
            aload 1 /* bout */
            ldc "\n"
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        21: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.destOutputProfile:Lorg/apache/fop/pdf/PDFICCStream;
            ifnull 23
        22: .line 164
            aload 1 /* bout */
            new java.lang.StringBuilder
            dup
            ldc "/DestOutputProfile "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFOutputIntent.destOutputProfile:Lorg/apache/fop/pdf/PDFICCStream;
            invokevirtual org.apache.fop.pdf.PDFICCStream.referencePDF:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        23: .line 167
      StackMap locals:
      StackMap stack:
            aload 1 /* bout */
            ldc ">>"
            invokestatic org.apache.fop.pdf.PDFOutputIntent.encode:(Ljava/lang/String;)[B
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.write:([B)V
        24: .line 168
            goto 27
      StackMap locals:
      StackMap stack: java.io.IOException
        25: astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
        26: .line 169
            getstatic org.apache.fop.pdf.PDFOutputIntent.log:Lorg/apache/commons/logging/Log;
            ldc "Ignored I/O exception"
            aload 2 /* ioe */
            invokeinterface org.apache.commons.logging.Log.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        end local 2 // java.io.IOException ioe
        27: .line 171
      StackMap locals:
      StackMap stack:
            aload 1 /* bout */
            invokevirtual org.apache.commons.io.output.ByteArrayOutputStream.toByteArray:()[B
            astore 2 /* bytes */
        start local 2 // byte[] bytes
        28: .line 172
            aload 1 /* bout */
            invokestatic org.apache.commons.io.IOUtils.closeQuietly:(Ljava/io/OutputStream;)V
        29: .line 173
            aload 2 /* bytes */
            areturn
        end local 2 // byte[] bytes
        end local 1 // org.apache.commons.io.output.ByteArrayOutputStream bout
        end local 0 // org.apache.fop.pdf.PDFOutputIntent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   30     0   this  Lorg/apache/fop/pdf/PDFOutputIntent;
            1   30     1   bout  Lorg/apache/commons/io/output/ByteArrayOutputStream;
           26   27     2    ioe  Ljava/io/IOException;
           28   30     2  bytes  [B
      Exception table:
        from    to  target  type
           1    24      25  Class java.io.IOException
}
SourceFile: "PDFOutputIntent.java"