public class io.undertow.util.FlexBase64$DecoderOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.util.FlexBase64$DecoderOutputStream
  super_class: java.io.OutputStream
{
  private final java.io.OutputStream output;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] buffer;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.undertow.util.FlexBase64$Decoder decoder;
    descriptor: Lio/undertow/util/FlexBase64$Decoder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int pos;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[] one;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
        start local 1 // java.io.OutputStream output
         0: .line 1797
            aload 0 /* this */
            aload 1 /* output */
            sipush 8192
            invokespecial io.undertow.util.FlexBase64$DecoderOutputStream.<init>:(Ljava/io/OutputStream;I)V
         1: .line 1798
            return
        end local 1 // java.io.OutputStream output
        end local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/undertow/util/FlexBase64$DecoderOutputStream;
            0    2     1  output  Ljava/io/OutputStream;
    MethodParameters:
        Name  Flags
      output  

  private void <init>(java.io.OutputStream, int);
    descriptor: (Ljava/io/OutputStream;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
        start local 1 // java.io.OutputStream output
        start local 2 // int bufferSize
         0: .line 1800
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 1793
            aload 0 /* this */
            iconst_0
            putfield io.undertow.util.FlexBase64$DecoderOutputStream.pos:I
         2: .line 1801
            aload 0 /* this */
            aload 1 /* output */
            putfield io.undertow.util.FlexBase64$DecoderOutputStream.output:Ljava/io/OutputStream;
         3: .line 1802
            aload 0 /* this */
            iload 2 /* bufferSize */
            newarray 8
            putfield io.undertow.util.FlexBase64$DecoderOutputStream.buffer:[B
         4: .line 1803
            aload 0 /* this */
            invokestatic io.undertow.util.FlexBase64.createDecoder:()Lio/undertow/util/FlexBase64$Decoder;
            putfield io.undertow.util.FlexBase64$DecoderOutputStream.decoder:Lio/undertow/util/FlexBase64$Decoder;
         5: .line 1804
            return
        end local 2 // int bufferSize
        end local 1 // java.io.OutputStream output
        end local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/undertow/util/FlexBase64$DecoderOutputStream;
            0    6     1      output  Ljava/io/OutputStream;
            0    6     2  bufferSize  I
    MethodParameters:
            Name  Flags
      output      
      bufferSize  

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=4
        start local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 1811
            aload 0 /* this */
            getfield io.undertow.util.FlexBase64$DecoderOutputStream.buffer:[B
            astore 4 /* buffer */
        start local 4 // byte[] buffer
         1: .line 1812
            aload 0 /* this */
            getfield io.undertow.util.FlexBase64$DecoderOutputStream.decoder:Lio/undertow/util/FlexBase64$Decoder;
            astore 5 /* decoder */
        start local 5 // io.undertow.util.FlexBase64$Decoder decoder
         2: .line 1813
            aload 0 /* this */
            getfield io.undertow.util.FlexBase64$DecoderOutputStream.pos:I
            istore 6 /* pos */
        start local 6 // int pos
         3: .line 1814
            iload 2 /* off */
            iload 3 /* len */
            iadd
            istore 7 /* limit */
        start local 7 // int limit
         4: .line 1815
            iload 2 /* off */
            istore 8 /* ipos */
        start local 8 // int ipos
         5: .line 1817
            goto 12
         6: .line 1818
      StackMap locals: io.undertow.util.FlexBase64$DecoderOutputStream byte[] int int byte[] io.undertow.util.FlexBase64$Decoder int int int
      StackMap stack:
            aload 5 /* decoder */
            aload 1 /* b */
            iload 8 /* ipos */
            iload 7 /* limit */
            aload 4 /* buffer */
            iload 6 /* pos */
            aload 4 /* buffer */
            arraylength
            invokevirtual io.undertow.util.FlexBase64$Decoder.decode:([BII[BII)I
            istore 6 /* pos */
         7: .line 1819
            aload 5 /* decoder */
            invokevirtual io.undertow.util.FlexBase64$Decoder.getLastInputPosition:()I
            istore 9 /* last */
        start local 9 // int last
         8: .line 1820
            iload 9 /* last */
            iload 8 /* ipos */
            if_icmpeq 9
            iload 6 /* pos */
            aload 4 /* buffer */
            arraylength
            if_icmplt 11
         9: .line 1821
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.FlexBase64$DecoderOutputStream.output:Ljava/io/OutputStream;
            aload 4 /* buffer */
            iconst_0
            iload 6 /* pos */
            invokevirtual java.io.OutputStream.write:([BII)V
        10: .line 1822
            iconst_0
            istore 6 /* pos */
        11: .line 1824
      StackMap locals:
      StackMap stack:
            iload 9 /* last */
            istore 8 /* ipos */
        end local 9 // int last
        12: .line 1817
      StackMap locals:
      StackMap stack:
            iload 8 /* ipos */
            iload 7 /* limit */
            if_icmplt 6
        13: .line 1826
            aload 0 /* this */
            iload 6 /* pos */
            putfield io.undertow.util.FlexBase64$DecoderOutputStream.pos:I
        14: .line 1827
            return
        end local 8 // int ipos
        end local 7 // int limit
        end local 6 // int pos
        end local 5 // io.undertow.util.FlexBase64$Decoder decoder
        end local 4 // byte[] buffer
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lio/undertow/util/FlexBase64$DecoderOutputStream;
            0   15     1        b  [B
            0   15     2      off  I
            0   15     3      len  I
            1   15     4   buffer  [B
            2   15     5  decoder  Lio/undertow/util/FlexBase64$Decoder;
            3   15     6      pos  I
            4   15     7    limit  I
            5   15     8     ipos  I
            8   12     9     last  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
        start local 1 // int b
         0: .line 1834
            aload 0 /* this */
            getfield io.undertow.util.FlexBase64$DecoderOutputStream.one:[B
            astore 2 /* one */
        start local 2 // byte[] one
         1: .line 1835
            aload 2 /* one */
            ifnonnull 3
         2: .line 1836
            aload 0 /* this */
            iconst_1
            newarray 8
            dup
            astore 2 /* one */
            putfield io.undertow.util.FlexBase64$DecoderOutputStream.one:[B
         3: .line 1839
      StackMap locals: byte[]
      StackMap stack:
            aload 2 /* one */
            iconst_0
            iload 1 /* b */
            i2b
            bastore
         4: .line 1840
            aload 0 /* this */
            aload 2 /* one */
            iconst_0
            iconst_1
            invokevirtual io.undertow.util.FlexBase64$DecoderOutputStream.write:([BII)V
         5: .line 1841
            return
        end local 2 // byte[] one
        end local 1 // int b
        end local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/undertow/util/FlexBase64$DecoderOutputStream;
            0    6     1     b  I
            1    6     2   one  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
         0: .line 1848
            aload 0 /* this */
            getfield io.undertow.util.FlexBase64$DecoderOutputStream.output:Ljava/io/OutputStream;
            astore 1 /* output */
        start local 1 // java.io.OutputStream output
         1: .line 1849
            aload 1 /* output */
            aload 0 /* this */
            getfield io.undertow.util.FlexBase64$DecoderOutputStream.buffer:[B
            iconst_0
            aload 0 /* this */
            getfield io.undertow.util.FlexBase64$DecoderOutputStream.pos:I
            invokevirtual java.io.OutputStream.write:([BII)V
         2: .line 1850
            aload 1 /* output */
            invokevirtual java.io.OutputStream.flush:()V
         3: .line 1851
            return
        end local 1 // java.io.OutputStream output
        end local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/undertow/util/FlexBase64$DecoderOutputStream;
            1    4     1  output  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
         0: .line 1859
            aload 0 /* this */
            invokevirtual io.undertow.util.FlexBase64$DecoderOutputStream.flush:()V
         1: .line 1860
            goto 3
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 1864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.FlexBase64$DecoderOutputStream.output:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         4: .line 1865
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         5: pop
         6: .line 1868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.util.FlexBase64$DecoderOutputStream.output:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
         7: .line 1869
            return
        end local 0 // io.undertow.util.FlexBase64$DecoderOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/undertow/util/FlexBase64$DecoderOutputStream;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
           3     4       5  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
}
SourceFile: "FlexBase64.java"
NestHost: io.undertow.util.FlexBase64
InnerClasses:
  public final Decoder = io.undertow.util.FlexBase64$Decoder of io.undertow.util.FlexBase64
  public DecoderOutputStream = io.undertow.util.FlexBase64$DecoderOutputStream of io.undertow.util.FlexBase64