public final class org.glassfish.grizzly.websockets.Utils
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.websockets.Utils
  super_class: java.lang.Object
{
  static final ServletInputStream NULL_SERVLET_INPUT_STREAM;
    descriptor: LServletInputStream;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final java.io.Reader NULL_READER;
    descriptor: Ljava/io/Reader;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final ServletOutputStream NULL_SERVLET_OUTPUT_STREAM;
    descriptor: LServletOutputStream;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final java.io.Writer NULL_WRITER;
    descriptor: Ljava/io/Writer;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.websockets.Utils this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method read() of type new ServletInputStream(){} must override or implement a supertype method\n\tThe method isFinished() of type new ServletInputStream(){} must override or implement a supertype method\n\tThe method isReady() of type new ServletInputStream(){} must override or implement a supertype method\n\tReadListener cannot be resolved to a type\n\tServletOutputStream cannot be resolved to a type\n\tServletOutputStream cannot be resolved to a type\n\tThe method isReady() of type new ServletOutputStream(){} must override or implement a supertype method\n\tWriteListener cannot be resolved to a type\n\tThe method write(int) of type new ServletOutputStream(){} must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.websockets.Utils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/websockets/Utils;

  public static byte[] toArray(long);
    descriptor: (J)[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
         0: .line 126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
        Name  Flags
      length  

  public static long toLong(byte[], int, int);
    descriptor: ([BII)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 136
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
       Name  Flags
      bytes  
      start  
      end    

  public static java.util.List<java.lang.String> toString(byte[]);
    descriptor: ([B)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 145
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ([B)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
       Name  Flags
      bytes  

  public static java.util.List<java.lang.String> toString(byte[], int, int);
    descriptor: ([BII)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 149
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ([BII)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
       Name  Flags
      bytes  
      start  
      end    
}
SourceFile: "Utils.java"
NestMembers:
  org.glassfish.grizzly.websockets.Utils$1  org.glassfish.grizzly.websockets.Utils$2  org.glassfish.grizzly.websockets.Utils$3  org.glassfish.grizzly.websockets.Utils$4