public class org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream extends java.io.ByteArrayOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream
  super_class: java.io.ByteArrayOutputStream
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream this
         0: .line 6
            aload 0 /* this */
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            return
        end local 0 // org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/sse/EventByteArrayOutputStream;

  public synchronized byte[] getEventPayLoad();
    descriptor: ()[B
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream this
         0: .line 11
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.count:I
            iconst_2
            if_icmplt 2
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.buf:[B
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.count:I
            iconst_2
            isub
            baload
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.buf:[B
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.count:I
            iconst_1
            isub
            baload
            if_icmpne 2
         1: .line 13
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.buf:[B
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.count:I
            iconst_1
            isub
            invokestatic java.util.Arrays.copyOf:([BI)[B
            areturn
         2: .line 16
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.count:I
            iconst_2
            if_icmplt 4
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.buf:[B
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.count:I
            iconst_2
            isub
            baload
            bipush 13
            if_icmpne 4
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.buf:[B
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.count:I
            iconst_1
            isub
            baload
            bipush 10
            if_icmpne 4
         3: .line 18
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.buf:[B
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.count:I
            iconst_2
            isub
            invokestatic java.util.Arrays.copyOf:([BI)[B
            areturn
         4: .line 20
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.buf:[B
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream.count:I
            invokestatic java.util.Arrays.copyOf:([BI)[B
            areturn
        end local 0 // org.jboss.resteasy.plugins.providers.sse.EventByteArrayOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/jboss/resteasy/plugins/providers/sse/EventByteArrayOutputStream;
}
SourceFile: "EventByteArrayOutputStream.java"