public class org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream extends java.io.BufferedInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream
  super_class: java.io.BufferedInputStream
{
  static final int BUFFER_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8192

  boolean wasClosed;
    descriptor: Z
    flags: (0x0000) 

  boolean isTied;
    descriptor: Z
    flags: (0x0000) 

  void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
        start local 1 // java.io.InputStream is
         0: .line 350
            aload 0 /* this */
            aload 1 /* is */
            sipush 8192
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;I)V
         1: .line 405
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream.wasClosed:Z
         2: .line 406
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream.isTied:Z
         3: .line 351
            aload 0 /* this */
            sipush 8192
            invokespecial java.io.BufferedInputStream.mark:(I)V
         4: .line 352
            return
        end local 1 // java.io.InputStream is
        end local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/bridge/SVGImageElementBridge$ProtectedStream;
            0    5     1    is  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      is    

  void <init>(java.io.InputStream, int);
    descriptor: (Ljava/io/InputStream;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
        start local 1 // java.io.InputStream is
        start local 2 // int size
         0: .line 354
            aload 0 /* this */
            aload 1 /* is */
            iload 2 /* size */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;I)V
         1: .line 405
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream.wasClosed:Z
         2: .line 406
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream.isTied:Z
         3: .line 355
            aload 0 /* this */
            iload 2 /* size */
            invokespecial java.io.BufferedInputStream.mark:(I)V
         4: .line 356
            return
        end local 2 // int size
        end local 1 // java.io.InputStream is
        end local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/bridge/SVGImageElementBridge$ProtectedStream;
            0    5     1    is  Ljava/io/InputStream;
            0    5     2  size  I
    MethodParameters:
      Name  Flags
      is    
      size  

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
         0: .line 359
            iconst_0
            ireturn
        end local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGImageElementBridge$ProtectedStream;

  public void mark(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
        start local 1 // int sz
         0: .line 362
            return
        end local 1 // int sz
        end local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGImageElementBridge$ProtectedStream;
            0    1     1    sz  I
    MethodParameters:
      Name  Flags
      sz    

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
         0: .line 364
            new java.io.IOException
            dup
            ldc "Reset unsupported"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGImageElementBridge$ProtectedStream;
    Exceptions:
      throws java.io.IOException

  public synchronized void retry();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
         0: .line 368
            aload 0 /* this */
            invokespecial java.io.BufferedInputStream.reset:()V
         1: .line 369
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream.wasClosed:Z
         2: .line 370
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream.isTied:Z
         3: .line 371
            return
        end local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/bridge/SVGImageElementBridge$ProtectedStream;
    Exceptions:
      throws java.io.IOException

  public synchronized void close();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
         0: .line 374
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream.wasClosed:Z
         1: .line 375
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream.isTied:Z
            ifeq 3
         2: .line 376
            aload 0 /* this */
            invokespecial java.io.BufferedInputStream.close:()V
         3: .line 379
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/bridge/SVGImageElementBridge$ProtectedStream;
    Exceptions:
      throws java.io.IOException

  public synchronized void tie();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
         0: .line 387
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream.isTied:Z
         1: .line 388
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream.wasClosed:Z
            ifeq 3
         2: .line 389
            aload 0 /* this */
            invokespecial java.io.BufferedInputStream.close:()V
         3: .line 392
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/bridge/SVGImageElementBridge$ProtectedStream;
    Exceptions:
      throws java.io.IOException

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
         0: .line 399
            aload 0 /* this */
            invokespecial java.io.BufferedInputStream.close:()V
         1: .line 401
            goto 3
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 404
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/bridge/SVGImageElementBridge$ProtectedStream;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
}
SourceFile: "SVGImageElementBridge.java"
NestHost: org.apache.batik.bridge.SVGImageElementBridge
InnerClasses:
  public ProtectedStream = org.apache.batik.bridge.SVGImageElementBridge$ProtectedStream of org.apache.batik.bridge.SVGImageElementBridge