abstract class javax.swing.text.rtf.AbstractFilter extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: javax.swing.text.rtf.AbstractFilter
  super_class: java.io.OutputStream
{
  protected char[] translationTable;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected boolean[] specialsTable;
    descriptor: [Z
    flags: (0x0004) ACC_PROTECTED

  static final char[] latin1TranslationTable;
    descriptor: [C
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final boolean[] noSpecialsTable;
    descriptor: [Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final boolean[] allSpecialsTable;
    descriptor: [Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 67
            sipush 256
            newarray 4
            putstatic javax.swing.text.rtf.AbstractFilter.noSpecialsTable:[Z
         1: .line 68
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         2: goto 5
         3: .line 69
      StackMap locals: int
      StackMap stack:
            getstatic javax.swing.text.rtf.AbstractFilter.noSpecialsTable:[Z
            iload 0 /* i */
            iconst_0
            bastore
         4: .line 68
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 0 /* i */
            sipush 256
            if_icmplt 3
         6: .line 71
            sipush 256
            newarray 4
            putstatic javax.swing.text.rtf.AbstractFilter.allSpecialsTable:[Z
         7: .line 72
            iconst_0
            istore 0 /* i */
            goto 10
         8: .line 73
      StackMap locals:
      StackMap stack:
            getstatic javax.swing.text.rtf.AbstractFilter.allSpecialsTable:[Z
            iload 0 /* i */
            iconst_1
            bastore
         9: .line 72
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 0 /* i */
            sipush 256
            if_icmplt 8
        11: .line 75
            sipush 256
            newarray 5
            putstatic javax.swing.text.rtf.AbstractFilter.latin1TranslationTable:[C
        12: .line 76
            iconst_0
            istore 0 /* i */
            goto 15
        13: .line 77
      StackMap locals:
      StackMap stack:
            getstatic javax.swing.text.rtf.AbstractFilter.latin1TranslationTable:[C
            iload 0 /* i */
            iload 0 /* i */
            i2c
            castore
        14: .line 76
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 0 /* i */
            sipush 256
            if_icmplt 13
        end local 0 // int i
        16: .line 78
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2   16     0     i  I

  public void readFromStream(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // javax.swing.text.rtf.AbstractFilter this
        start local 1 // java.io.InputStream in
         0: .line 99
            sipush 16384
            newarray 8
            astore 2 /* buf */
        start local 2 // byte[] buf
         1: .line 102
      StackMap locals: byte[]
      StackMap stack:
            aload 1 /* in */
            aload 2 /* buf */
            invokevirtual java.io.InputStream.read:([B)I
            istore 3 /* count */
        start local 3 // int count
         2: .line 103
            iload 3 /* count */
            ifge 4
         3: .line 104
            goto 6
         4: .line 106
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* buf */
            iconst_0
            iload 3 /* count */
            invokevirtual javax.swing.text.rtf.AbstractFilter.write:([BII)V
        end local 3 // int count
         5: .line 101
            goto 1
        start local 3 // int count
         6: .line 108
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int count
        end local 2 // byte[] buf
        end local 1 // java.io.InputStream in
        end local 0 // javax.swing.text.rtf.AbstractFilter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljavax/swing/text/rtf/AbstractFilter;
            0    7     1     in  Ljava/io/InputStream;
            1    7     2    buf  [B
            2    5     3  count  I
            6    7     3  count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  public void readFromReader(java.io.Reader);
    descriptor: (Ljava/io/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // javax.swing.text.rtf.AbstractFilter this
        start local 1 // java.io.Reader in
         0: .line 116
            sipush 2048
            newarray 5
            astore 2 /* buf */
        start local 2 // char[] buf
         1: .line 119
      StackMap locals: char[]
      StackMap stack:
            aload 1 /* in */
            aload 2 /* buf */
            invokevirtual java.io.Reader.read:([C)I
            istore 3 /* count */
        start local 3 // int count
         2: .line 120
            iload 3 /* count */
            ifge 4
         3: .line 121
            goto 10
         4: .line 122
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 123
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* buf */
            iload 4 /* i */
            caload
            invokevirtual javax.swing.text.rtf.AbstractFilter.write:(C)V
         7: .line 122
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 3 /* count */
            if_icmplt 6
        end local 4 // int i
        end local 3 // int count
         9: .line 118
            goto 1
        start local 3 // int count
        10: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int count
        end local 2 // char[] buf
        end local 1 // java.io.Reader in
        end local 0 // javax.swing.text.rtf.AbstractFilter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Ljavax/swing/text/rtf/AbstractFilter;
            0   11     1     in  Ljava/io/Reader;
            1   11     2    buf  [C
            2    9     3  count  I
           10   11     3  count  I
            5    9     4      i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.text.rtf.AbstractFilter this
         0: .line 128
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 130
            aload 0 /* this */
            getstatic javax.swing.text.rtf.AbstractFilter.latin1TranslationTable:[C
            putfield javax.swing.text.rtf.AbstractFilter.translationTable:[C
         2: .line 131
            aload 0 /* this */
            getstatic javax.swing.text.rtf.AbstractFilter.noSpecialsTable:[Z
            putfield javax.swing.text.rtf.AbstractFilter.specialsTable:[Z
         3: .line 132
            return
        end local 0 // javax.swing.text.rtf.AbstractFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/text/rtf/AbstractFilter;

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.text.rtf.AbstractFilter this
        start local 1 // int b
         0: .line 141
            iload 1 /* b */
            ifge 2
         1: .line 142
            iinc 1 /* b */ 256
         2: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.rtf.AbstractFilter.specialsTable:[Z
            iload 1 /* b */
            baload
            ifeq 4
         3: .line 144
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual javax.swing.text.rtf.AbstractFilter.writeSpecial:(I)V
            goto 7
         4: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.rtf.AbstractFilter.translationTable:[C
            iload 1 /* b */
            caload
            istore 2 /* ch */
        start local 2 // char ch
         5: .line 147
            iload 2 /* ch */
            ifeq 7
         6: .line 148
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual javax.swing.text.rtf.AbstractFilter.write:(C)V
        end local 2 // char ch
         7: .line 150
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int b
        end local 0 // javax.swing.text.rtf.AbstractFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/swing/text/rtf/AbstractFilter;
            0    8     1     b  I
            5    7     2    ch  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=4
        start local 0 // javax.swing.text.rtf.AbstractFilter this
        start local 1 // byte[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 163
            aconst_null
            astore 4 /* accumulator */
        start local 4 // java.lang.StringBuilder accumulator
         1: .line 164
            goto 18
         2: .line 165
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* off */
            baload
            i2s
            istore 5 /* b */
        start local 5 // short b
         3: .line 168
            iload 5 /* b */
            ifge 5
         4: .line 169
            iload 5 /* b */
            sipush 256
            iadd
            i2s
            istore 5 /* b */
         5: .line 171
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.rtf.AbstractFilter.specialsTable:[Z
            iload 5 /* b */
            baload
            ifeq 11
         6: .line 172
            aload 4 /* accumulator */
            ifnull 9
         7: .line 173
            aload 0 /* this */
            aload 4 /* accumulator */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual javax.swing.text.rtf.AbstractFilter.write:(Ljava/lang/String;)V
         8: .line 174
            aconst_null
            astore 4 /* accumulator */
         9: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* b */
            invokevirtual javax.swing.text.rtf.AbstractFilter.writeSpecial:(I)V
        10: .line 177
            goto 16
        11: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.rtf.AbstractFilter.translationTable:[C
            iload 5 /* b */
            caload
            istore 6 /* ch */
        start local 6 // char ch
        12: .line 179
            iload 6 /* ch */
            ifeq 16
        13: .line 180
            aload 4 /* accumulator */
            ifnonnull 15
        14: .line 181
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 4 /* accumulator */
        15: .line 182
      StackMap locals: int
      StackMap stack:
            aload 4 /* accumulator */
            iload 6 /* ch */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 6 // char ch
        16: .line 186
      StackMap locals:
      StackMap stack:
            iinc 3 /* len */ -1
        17: .line 187
            iinc 2 /* off */ 1
        end local 5 // short b
        18: .line 164
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifgt 2
        19: .line 190
            aload 4 /* accumulator */
            ifnull 21
        20: .line 191
            aload 0 /* this */
            aload 4 /* accumulator */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual javax.swing.text.rtf.AbstractFilter.write:(Ljava/lang/String;)V
        21: .line 192
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.StringBuilder accumulator
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] buf
        end local 0 // javax.swing.text.rtf.AbstractFilter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         this  Ljavax/swing/text/rtf/AbstractFilter;
            0   22     1          buf  [B
            0   22     2          off  I
            0   22     3          len  I
            1   22     4  accumulator  Ljava/lang/StringBuilder;
            3   18     5            b  S
           12   16     6           ch  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      buf   
      off   
      len   

  public void write(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // javax.swing.text.rtf.AbstractFilter this
        start local 1 // java.lang.String s
         0: .line 207
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 3 /* length */
        start local 3 // int length
         1: .line 208
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: goto 5
         3: .line 209
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            iload 2 /* index */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual javax.swing.text.rtf.AbstractFilter.write:(C)V
         4: .line 208
            iinc 2 /* index */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* index */
            iload 3 /* length */
            if_icmplt 3
         6: .line 211
            return
        end local 3 // int length
        end local 2 // int index
        end local 1 // java.lang.String s
        end local 0 // javax.swing.text.rtf.AbstractFilter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavax/swing/text/rtf/AbstractFilter;
            0    7     1       s  Ljava/lang/String;
            2    7     2   index  I
            1    7     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  protected abstract void write(char);
    descriptor: (C)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ch    

  protected abstract void writeSpecial(int);
    descriptor: (I)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
}
SourceFile: "AbstractFilter.java"