public class com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer extends java.io.Writer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer
  super_class: java.io.Writer
{
  com.fasterxml.jackson.core.io.UTF8Writer wrapped;
    descriptor: Lcom/fasterxml/jackson/core/io/UTF8Writer;
    flags: (0x0000) 

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

  java.lang.Object closedLatch;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  public void <init>(com.fasterxml.jackson.core.io.IOContext, java.io.OutputStream);
    descriptor: (Lcom/fasterxml/jackson/core/io/IOContext;Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
        start local 1 // com.fasterxml.jackson.core.io.IOContext ctxt
        start local 2 // java.io.OutputStream out
         0: .line 35
            aload 0 /* this */
            invokespecial java.io.Writer.<init>:()V
         1: .line 32
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.closed:Z
         2: .line 33
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.closedLatch:Ljava/lang/Object;
         3: .line 36
            aload 0 /* this */
            new com.fasterxml.jackson.core.io.UTF8Writer
            dup
            aload 1 /* ctxt */
            aload 2 /* out */
            invokespecial com.fasterxml.jackson.core.io.UTF8Writer.<init>:(Lcom/fasterxml/jackson/core/io/IOContext;Ljava/io/OutputStream;)V
            putfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.wrapped:Lcom/fasterxml/jackson/core/io/UTF8Writer;
         4: .line 37
            return
        end local 2 // java.io.OutputStream out
        end local 1 // com.fasterxml.jackson.core.io.IOContext ctxt
        end local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/fasterxml/jackson/dataformat/ion/util/CloseSafeUTF8Writer;
            0    5     1  ctxt  Lcom/fasterxml/jackson/core/io/IOContext;
            0    5     2   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      ctxt  
      out   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
         0: .line 41
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.closedLatch:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 42
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.closed:Z
            ifne 4
         2: .line 43
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.closed:Z
         3: .line 44
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.wrapped:Lcom/fasterxml/jackson/core/io/UTF8Writer;
            invokevirtual com.fasterxml.jackson.core.io.UTF8Writer.close:()V
         4: .line 41
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 47
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/fasterxml/jackson/dataformat/ion/util/CloseSafeUTF8Writer;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    Exceptions:
      throws java.io.IOException

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
         0: .line 51
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.closedLatch:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 52
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.closed:Z
            ifne 3
         2: .line 53
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.wrapped:Lcom/fasterxml/jackson/core/io/UTF8Writer;
            invokevirtual com.fasterxml.jackson.core.io.UTF8Writer.flush:()V
         3: .line 51
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1
            monitorexit
         4: goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/fasterxml/jackson/dataformat/ion/util/CloseSafeUTF8Writer;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    Exceptions:
      throws java.io.IOException

  public java.io.Writer append(char);
    descriptor: (C)Ljava/io/Writer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
        start local 1 // char c
         0: .line 60
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.wrapped:Lcom/fasterxml/jackson/core/io/UTF8Writer;
            iload 1 /* c */
            invokevirtual com.fasterxml.jackson.core.io.UTF8Writer.append:(C)Ljava/io/Writer;
            areturn
        end local 1 // char c
        end local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/ion/util/CloseSafeUTF8Writer;
            0    1     1     c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void write(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
        start local 1 // char[] cbuf
         0: .line 65
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.wrapped:Lcom/fasterxml/jackson/core/io/UTF8Writer;
            aload 1 /* cbuf */
            invokevirtual com.fasterxml.jackson.core.io.UTF8Writer.write:([C)V
         1: .line 66
            return
        end local 1 // char[] cbuf
        end local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/dataformat/ion/util/CloseSafeUTF8Writer;
            0    2     1  cbuf  [C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  

  public void write(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
        start local 1 // char[] cbuf
        start local 2 // int off
        start local 3 // int len
         0: .line 70
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.wrapped:Lcom/fasterxml/jackson/core/io/UTF8Writer;
            aload 1 /* cbuf */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual com.fasterxml.jackson.core.io.UTF8Writer.write:([CII)V
         1: .line 71
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] cbuf
        end local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/dataformat/ion/util/CloseSafeUTF8Writer;
            0    2     1  cbuf  [C
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
        start local 1 // int c
         0: .line 75
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.wrapped:Lcom/fasterxml/jackson/core/io/UTF8Writer;
            iload 1 /* c */
            invokevirtual com.fasterxml.jackson.core.io.UTF8Writer.write:(I)V
         1: .line 76
            return
        end local 1 // int c
        end local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/dataformat/ion/util/CloseSafeUTF8Writer;
            0    2     1     c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void write(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
        start local 1 // java.lang.String str
         0: .line 80
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.wrapped:Lcom/fasterxml/jackson/core/io/UTF8Writer;
            aload 1 /* str */
            invokevirtual com.fasterxml.jackson.core.io.UTF8Writer.write:(Ljava/lang/String;)V
         1: .line 81
            return
        end local 1 // java.lang.String str
        end local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/dataformat/ion/util/CloseSafeUTF8Writer;
            0    2     1   str  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      str   

  public void write(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
        start local 1 // java.lang.String str
        start local 2 // int off
        start local 3 // int len
         0: .line 85
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.wrapped:Lcom/fasterxml/jackson/core/io/UTF8Writer;
            aload 1 /* str */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual com.fasterxml.jackson.core.io.UTF8Writer.write:(Ljava/lang/String;II)V
         1: .line 86
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // java.lang.String str
        end local 0 // com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/dataformat/ion/util/CloseSafeUTF8Writer;
            0    2     1   str  Ljava/lang/String;
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      str   
      off   
      len   

  public java.lang.Appendable append(char);
    descriptor: (C)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.fasterxml.jackson.dataformat.ion.util.CloseSafeUTF8Writer.append:(C)Ljava/io/Writer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
SourceFile: "CloseSafeUTF8Writer.java"