class org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream extends java.io.FilterOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream
  super_class: java.io.FilterOutputStream
{
  private final java.lang.StringBuilder b;
    descriptor: Ljava/lang/StringBuilder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.io.ByteArrayOutputStream baos;
    descriptor: Ljava/io/ByteArrayOutputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.glassfish.jersey.logging.LoggingInterceptor this$0;
    descriptor: Lorg/glassfish/jersey/logging/LoggingInterceptor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.jersey.logging.LoggingInterceptor, java.lang.StringBuilder, java.io.OutputStream);
    descriptor: (Lorg/glassfish/jersey/logging/LoggingInterceptor;Ljava/lang/StringBuilder;Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream this
        start local 2 // java.lang.StringBuilder b
        start local 3 // java.io.OutputStream inner
         0: .line 262
            aload 0 /* this */
            aload 1
            putfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.this$0:Lorg/glassfish/jersey/logging/LoggingInterceptor;
         1: .line 263
            aload 0 /* this */
            aload 3 /* inner */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         2: .line 254
            aload 0 /* this */
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            putfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.baos:Ljava/io/ByteArrayOutputStream;
         3: .line 265
            aload 0 /* this */
            aload 2 /* b */
            putfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.b:Ljava/lang/StringBuilder;
         4: .line 266
            return
        end local 3 // java.io.OutputStream inner
        end local 2 // java.lang.StringBuilder b
        end local 0 // org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/glassfish/jersey/logging/LoggingInterceptor$LoggingStream;
            0    5     2      b  Ljava/lang/StringBuilder;
            0    5     3  inner  Ljava/io/OutputStream;
    MethodParameters:
        Name  Flags
      this$0  final
      b       final
      inner   final

  java.lang.StringBuilder getStringBuilder(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/StringBuilder;
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream this
        start local 1 // java.nio.charset.Charset charset
         0: .line 270
            aload 0 /* this */
            getfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.baos:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            astore 2 /* entity */
        start local 2 // byte[] entity
         1: .line 272
            aload 0 /* this */
            getfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.b:Ljava/lang/StringBuilder;
            new java.lang.String
            dup
            aload 2 /* entity */
            iconst_0
            aload 2 /* entity */
            arraylength
            aload 0 /* this */
            getfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.this$0:Lorg/glassfish/jersey/logging/LoggingInterceptor;
            getfield org.glassfish.jersey.logging.LoggingInterceptor.maxEntitySize:I
            invokestatic java.lang.Math.min:(II)I
            aload 1 /* charset */
            invokespecial java.lang.String.<init>:([BIILjava/nio/charset/Charset;)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 273
            aload 2 /* entity */
            arraylength
            aload 0 /* this */
            getfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.this$0:Lorg/glassfish/jersey/logging/LoggingInterceptor;
            getfield org.glassfish.jersey.logging.LoggingInterceptor.maxEntitySize:I
            if_icmple 4
         3: .line 274
            aload 0 /* this */
            getfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.b:Ljava/lang/StringBuilder;
            ldc "...more..."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 276
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.b:Ljava/lang/StringBuilder;
            bipush 10
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 278
            aload 0 /* this */
            getfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.b:Ljava/lang/StringBuilder;
            areturn
        end local 2 // byte[] entity
        end local 1 // java.nio.charset.Charset charset
        end local 0 // org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/glassfish/jersey/logging/LoggingInterceptor$LoggingStream;
            0    6     1  charset  Ljava/nio/charset/Charset;
            1    6     2   entity  [B
    MethodParameters:
         Name  Flags
      charset  final

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream this
        start local 1 // int i
         0: .line 283
            aload 0 /* this */
            getfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.baos:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.size:()I
            aload 0 /* this */
            getfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.this$0:Lorg/glassfish/jersey/logging/LoggingInterceptor;
            getfield org.glassfish.jersey.logging.LoggingInterceptor.maxEntitySize:I
            if_icmpgt 2
         1: .line 284
            aload 0 /* this */
            getfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.baos:Ljava/io/ByteArrayOutputStream;
            iload 1 /* i */
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
         2: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream.out:Ljava/io/OutputStream;
            iload 1 /* i */
            invokevirtual java.io.OutputStream.write:(I)V
         3: .line 287
            return
        end local 1 // int i
        end local 0 // org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/jersey/logging/LoggingInterceptor$LoggingStream;
            0    4     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     final
}
SourceFile: "LoggingInterceptor.java"
NestHost: org.glassfish.jersey.logging.LoggingInterceptor
InnerClasses:
  LoggingStream = org.glassfish.jersey.logging.LoggingInterceptor$LoggingStream of org.glassfish.jersey.logging.LoggingInterceptor