final class com.google.common.io.Java8Compatibility
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.io.Java8Compatibility
  super_class: java.lang.Object
{
  static void clear(java.nio.Buffer);
    descriptor: (Ljava/nio/Buffer;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.Buffer b
         0: .line 27
            aload 0 /* b */
            invokevirtual java.nio.Buffer.clear:()Ljava/nio/Buffer;
            pop
         1: .line 28
            return
        end local 0 // java.nio.Buffer b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     b  Ljava/nio/Buffer;
    MethodParameters:
      Name  Flags
      b     

  static void flip(java.nio.Buffer);
    descriptor: (Ljava/nio/Buffer;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.Buffer b
         0: .line 31
            aload 0 /* b */
            invokevirtual java.nio.Buffer.flip:()Ljava/nio/Buffer;
            pop
         1: .line 32
            return
        end local 0 // java.nio.Buffer b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     b  Ljava/nio/Buffer;
    MethodParameters:
      Name  Flags
      b     

  static void limit(java.nio.Buffer, int);
    descriptor: (Ljava/nio/Buffer;I)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.Buffer b
        start local 1 // int limit
         0: .line 35
            aload 0 /* b */
            iload 1 /* limit */
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         1: .line 36
            return
        end local 1 // int limit
        end local 0 // java.nio.Buffer b
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0      b  Ljava/nio/Buffer;
            0    2     1  limit  I
    MethodParameters:
       Name  Flags
      b      
      limit  

  static void position(java.nio.Buffer, int);
    descriptor: (Ljava/nio/Buffer;I)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.Buffer b
        start local 1 // int position
         0: .line 39
            aload 0 /* b */
            iload 1 /* position */
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            pop
         1: .line 40
            return
        end local 1 // int position
        end local 0 // java.nio.Buffer b
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0         b  Ljava/nio/Buffer;
            0    2     1  position  I
    MethodParameters:
          Name  Flags
      b         
      position  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.io.Java8Compatibility this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.io.Java8Compatibility this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/io/Java8Compatibility;
}
SourceFile: "Java8Compatibility.java"
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()