public class javax.imageio.stream.FileCacheImageOutputStream extends javax.imageio.stream.ImageOutputStreamImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.imageio.stream.FileCacheImageOutputStream
  super_class: javax.imageio.stream.ImageOutputStreamImpl
{
  private java.io.OutputStream stream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0002) ACC_PRIVATE

  private java.io.File cacheFile;
    descriptor: Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

  private java.io.RandomAccessFile cache;
    descriptor: Ljava/io/RandomAccessFile;
    flags: (0x0002) ACC_PRIVATE

  private long maxStreamPos;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.imageio.stream.StreamCloser$CloseAction closeAction;
    descriptor: Lcom/sun/imageio/stream/StreamCloser$CloseAction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.io.OutputStream, java.io.File);
    descriptor: (Ljava/io/OutputStream;Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
        start local 1 // java.io.OutputStream stream
        start local 2 // java.io.File cacheDir
         0: .line 78
            aload 0 /* this */
            invokespecial javax.imageio.stream.ImageOutputStreamImpl.<init>:()V
         1: .line 50
            aload 0 /* this */
            lconst_0
            putfield javax.imageio.stream.FileCacheImageOutputStream.maxStreamPos:J
         2: .line 80
            aload 1 /* stream */
            ifnonnull 4
         3: .line 81
            new java.lang.IllegalArgumentException
            dup
            ldc "stream == null!"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 83
      StackMap locals: javax.imageio.stream.FileCacheImageOutputStream java.io.OutputStream java.io.File
      StackMap stack:
            aload 2 /* cacheDir */
            ifnull 6
            aload 2 /* cacheDir */
            invokevirtual java.io.File.isDirectory:()Z
            ifne 6
         5: .line 84
            new java.lang.IllegalArgumentException
            dup
            ldc "Not a directory!"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* stream */
            putfield javax.imageio.stream.FileCacheImageOutputStream.stream:Ljava/io/OutputStream;
         7: .line 87
            aload 2 /* cacheDir */
            ifnonnull 9
         8: .line 88
            aload 0 /* this */
            ldc "imageio"
            ldc ".tmp"
            iconst_0
            anewarray java.nio.file.attribute.FileAttribute
            invokestatic java.nio.file.Files.createTempFile:(Ljava/lang/String;Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            putfield javax.imageio.stream.FileCacheImageOutputStream.cacheFile:Ljava/io/File;
            goto 12
         9: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cacheDir */
            invokevirtual java.io.File.toPath:()Ljava/nio/file/Path;
            ldc "imageio"
            ldc ".tmp"
            iconst_0
            anewarray java.nio.file.attribute.FileAttribute
            invokestatic java.nio.file.Files.createTempFile:(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;
        10: .line 91
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
        11: .line 90
            putfield javax.imageio.stream.FileCacheImageOutputStream.cacheFile:Ljava/io/File;
        12: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.io.RandomAccessFile
            dup
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cacheFile:Ljava/io/File;
            ldc "rw"
            invokespecial java.io.RandomAccessFile.<init>:(Ljava/io/File;Ljava/lang/String;)V
            putfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
        13: .line 94
            aload 0 /* this */
            aload 0 /* this */
            invokestatic com.sun.imageio.stream.StreamCloser.createCloseAction:(Ljavax/imageio/stream/ImageInputStream;)Lcom/sun/imageio/stream/StreamCloser$CloseAction;
            putfield javax.imageio.stream.FileCacheImageOutputStream.closeAction:Lcom/sun/imageio/stream/StreamCloser$CloseAction;
        14: .line 95
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.closeAction:Lcom/sun/imageio/stream/StreamCloser$CloseAction;
            invokestatic com.sun.imageio.stream.StreamCloser.addToQueue:(Lcom/sun/imageio/stream/StreamCloser$CloseAction;)V
        15: .line 96
            return
        end local 2 // java.io.File cacheDir
        end local 1 // java.io.OutputStream stream
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Ljavax/imageio/stream/FileCacheImageOutputStream;
            0   16     1    stream  Ljava/io/OutputStream;
            0   16     2  cacheDir  Ljava/io/File;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      stream    
      cacheDir  

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
         0: .line 99
            aload 0 /* this */
            invokevirtual javax.imageio.stream.FileCacheImageOutputStream.checkClosed:()V
         1: .line 100
            aload 0 /* this */
            iconst_0
            putfield javax.imageio.stream.FileCacheImageOutputStream.bitOffset:I
         2: .line 101
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
            invokevirtual java.io.RandomAccessFile.read:()I
            istore 1 /* val */
        start local 1 // int val
         3: .line 102
            iload 1 /* val */
            iconst_m1
            if_icmpeq 5
         4: .line 103
            aload 0 /* this */
            dup
            getfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
            lconst_1
            ladd
            putfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
         5: .line 105
      StackMap locals: int
      StackMap stack:
            iload 1 /* val */
            ireturn
        end local 1 // int val
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/imageio/stream/FileCacheImageOutputStream;
            3    6     1   val  I
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 109
            aload 0 /* this */
            invokevirtual javax.imageio.stream.FileCacheImageOutputStream.checkClosed:()V
         1: .line 111
            aload 1 /* b */
            ifnonnull 3
         2: .line 112
            new java.lang.NullPointerException
            dup
            ldc "b == null!"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 114
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            iflt 4
            iload 3 /* len */
            iflt 4
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 1 /* b */
            arraylength
            if_icmpgt 4
            iload 2 /* off */
            iload 3 /* len */
            iadd
            ifge 7
         4: .line 115
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
         5: .line 116
            ldc "off < 0 || len < 0 || off+len > b.length || off+len < 0!"
         6: .line 115
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.imageio.stream.FileCacheImageOutputStream.bitOffset:I
         8: .line 121
            iload 3 /* len */
            ifne 10
         9: .line 122
            iconst_0
            ireturn
        10: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.RandomAccessFile.read:([BII)I
            istore 4 /* nbytes */
        start local 4 // int nbytes
        11: .line 126
            iload 4 /* nbytes */
            iconst_m1
            if_icmpeq 13
        12: .line 127
            aload 0 /* this */
            dup
            getfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
            iload 4 /* nbytes */
            i2l
            ladd
            putfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
        13: .line 129
      StackMap locals: int
      StackMap stack:
            iload 4 /* nbytes */
            ireturn
        end local 4 // int nbytes
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Ljavax/imageio/stream/FileCacheImageOutputStream;
            0   14     1       b  [B
            0   14     2     off  I
            0   14     3     len  I
           11   14     4  nbytes  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=5, locals=2, args_size=2
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
        start local 1 // int b
         0: .line 133
            aload 0 /* this */
            invokevirtual javax.imageio.stream.FileCacheImageOutputStream.flushBits:()V
         1: .line 134
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
            iload 1 /* b */
            invokevirtual java.io.RandomAccessFile.write:(I)V
         2: .line 135
            aload 0 /* this */
            dup
            getfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
            lconst_1
            ladd
            putfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
         3: .line 136
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.maxStreamPos:J
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
            invokestatic java.lang.Math.max:(JJ)J
            putfield javax.imageio.stream.FileCacheImageOutputStream.maxStreamPos:J
         4: .line 137
            return
        end local 1 // int b
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/imageio/stream/FileCacheImageOutputStream;
            0    5     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 140
            aload 0 /* this */
            invokevirtual javax.imageio.stream.FileCacheImageOutputStream.flushBits:()V
         1: .line 141
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.RandomAccessFile.write:([BII)V
         2: .line 142
            aload 0 /* this */
            dup
            getfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
            iload 3 /* len */
            i2l
            ladd
            putfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
         3: .line 143
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.maxStreamPos:J
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
            invokestatic java.lang.Math.max:(JJ)J
            putfield javax.imageio.stream.FileCacheImageOutputStream.maxStreamPos:J
         4: .line 144
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/imageio/stream/FileCacheImageOutputStream;
            0    5     1     b  [B
            0    5     2   off  I
            0    5     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public long length();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
         0: .line 148
            aload 0 /* this */
            invokevirtual javax.imageio.stream.FileCacheImageOutputStream.checkClosed:()V
         1: .line 149
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
            invokevirtual java.io.RandomAccessFile.length:()J
         2: lreturn
         3: .line 150
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
         4: .line 151
            ldc -1
            lreturn
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/imageio/stream/FileCacheImageOutputStream;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException

  public void seek(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
        start local 1 // long pos
         0: .line 167
            aload 0 /* this */
            invokevirtual javax.imageio.stream.FileCacheImageOutputStream.checkClosed:()V
         1: .line 169
            lload 1 /* pos */
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.flushedPos:J
            lcmp
            ifge 3
         2: .line 170
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
            lload 1 /* pos */
            invokevirtual java.io.RandomAccessFile.seek:(J)V
         4: .line 174
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
            invokevirtual java.io.RandomAccessFile.getFilePointer:()J
            putfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
         5: .line 175
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.maxStreamPos:J
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.streamPos:J
            invokestatic java.lang.Math.max:(JJ)J
            putfield javax.imageio.stream.FileCacheImageOutputStream.maxStreamPos:J
         6: .line 176
            aload 0 /* this */
            iconst_0
            putfield javax.imageio.stream.FileCacheImageOutputStream.bitOffset:I
         7: .line 177
            return
        end local 1 // long pos
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/imageio/stream/FileCacheImageOutputStream;
            0    8     1   pos  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      pos   

  public boolean isCached();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
         0: .line 190
            iconst_1
            ireturn
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/stream/FileCacheImageOutputStream;

  public boolean isCachedFile();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
         0: .line 203
            iconst_1
            ireturn
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/stream/FileCacheImageOutputStream;

  public boolean isCachedMemory();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
         0: .line 217
            iconst_0
            ireturn
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/stream/FileCacheImageOutputStream;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
         0: .line 229
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
            invokevirtual java.io.RandomAccessFile.length:()J
            putfield javax.imageio.stream.FileCacheImageOutputStream.maxStreamPos:J
         1: .line 231
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.maxStreamPos:J
            invokevirtual javax.imageio.stream.FileCacheImageOutputStream.seek:(J)V
         2: .line 232
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.maxStreamPos:J
            invokevirtual javax.imageio.stream.FileCacheImageOutputStream.flushBefore:(J)V
         3: .line 233
            aload 0 /* this */
            invokespecial javax.imageio.stream.ImageOutputStreamImpl.close:()V
         4: .line 234
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
            invokevirtual java.io.RandomAccessFile.close:()V
         5: .line 235
            aload 0 /* this */
            aconst_null
            putfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
         6: .line 236
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cacheFile:Ljava/io/File;
            invokevirtual java.io.File.delete:()Z
            pop
         7: .line 237
            aload 0 /* this */
            aconst_null
            putfield javax.imageio.stream.FileCacheImageOutputStream.cacheFile:Ljava/io/File;
         8: .line 238
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.stream:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         9: .line 239
            aload 0 /* this */
            aconst_null
            putfield javax.imageio.stream.FileCacheImageOutputStream.stream:Ljava/io/OutputStream;
        10: .line 240
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.closeAction:Lcom/sun/imageio/stream/StreamCloser$CloseAction;
            invokestatic com.sun.imageio.stream.StreamCloser.removeFromQueue:(Lcom/sun/imageio/stream/StreamCloser$CloseAction;)V
        11: .line 241
            return
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljavax/imageio/stream/FileCacheImageOutputStream;
    Exceptions:
      throws java.io.IOException

  public void flushBefore(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=2
        start local 0 // javax.imageio.stream.FileCacheImageOutputStream this
        start local 1 // long pos
         0: .line 244
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.flushedPos:J
            lstore 3 /* oFlushedPos */
        start local 3 // long oFlushedPos
         1: .line 245
            aload 0 /* this */
            lload 1 /* pos */
            invokespecial javax.imageio.stream.ImageOutputStreamImpl.flushBefore:(J)V
         2: .line 247
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.flushedPos:J
            lload 3 /* oFlushedPos */
            lsub
            lstore 5 /* flushBytes */
        start local 5 // long flushBytes
         3: .line 248
            lload 5 /* flushBytes */
            lconst_0
            lcmp
            ifle 14
         4: .line 249
            sipush 512
            istore 7 /* bufLen */
        start local 7 // int bufLen
         5: .line 250
            iload 7 /* bufLen */
            newarray 8
            astore 8 /* buf */
        start local 8 // byte[] buf
         6: .line 251
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
            lload 3 /* oFlushedPos */
            invokevirtual java.io.RandomAccessFile.seek:(J)V
         7: .line 252
            goto 12
         8: .line 253
      StackMap locals: javax.imageio.stream.FileCacheImageOutputStream long long long int byte[]
      StackMap stack:
            lload 5 /* flushBytes */
            iload 7 /* bufLen */
            i2l
            invokestatic java.lang.Math.min:(JJ)J
            l2i
            istore 9 /* len */
        start local 9 // int len
         9: .line 254
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.cache:Ljava/io/RandomAccessFile;
            aload 8 /* buf */
            iconst_0
            iload 9 /* len */
            invokevirtual java.io.RandomAccessFile.readFully:([BII)V
        10: .line 255
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.stream:Ljava/io/OutputStream;
            aload 8 /* buf */
            iconst_0
            iload 9 /* len */
            invokevirtual java.io.OutputStream.write:([BII)V
        11: .line 256
            lload 5 /* flushBytes */
            iload 9 /* len */
            i2l
            lsub
            lstore 5 /* flushBytes */
        end local 9 // int len
        12: .line 252
      StackMap locals:
      StackMap stack:
            lload 5 /* flushBytes */
            lconst_0
            lcmp
            ifgt 8
        13: .line 258
            aload 0 /* this */
            getfield javax.imageio.stream.FileCacheImageOutputStream.stream:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
        end local 8 // byte[] buf
        end local 7 // int bufLen
        14: .line 260
      StackMap locals:
      StackMap stack:
            return
        end local 5 // long flushBytes
        end local 3 // long oFlushedPos
        end local 1 // long pos
        end local 0 // javax.imageio.stream.FileCacheImageOutputStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Ljavax/imageio/stream/FileCacheImageOutputStream;
            0   15     1          pos  J
            1   15     3  oFlushedPos  J
            3   15     5   flushBytes  J
            5   14     7       bufLen  I
            6   14     8          buf  [B
            9   12     9          len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      pos   
}
SourceFile: "FileCacheImageOutputStream.java"
InnerClasses:
  public final CloseAction = com.sun.imageio.stream.StreamCloser$CloseAction of com.sun.imageio.stream.StreamCloser