public class java.nio.channels.FileChannel$MapMode
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: java.nio.channels.FileChannel$MapMode
super_class: java.lang.Object
{
public static final java.nio.channels.FileChannel$MapMode READ_ONLY;
descriptor: Ljava/nio/channels/FileChannel$MapMode;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final java.nio.channels.FileChannel$MapMode READ_WRITE;
descriptor: Ljava/nio/channels/FileChannel$MapMode;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final java.nio.channels.FileChannel$MapMode PRIVATE;
descriptor: Ljava/nio/channels/FileChannel$MapMode;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: aconst_null
putstatic java.nio.channels.FileChannel$MapMode.READ_ONLY:Ljava/nio/channels/FileChannel$MapMode;
1: aconst_null
putstatic java.nio.channels.FileChannel$MapMode.READ_WRITE:Ljava/nio/channels/FileChannel$MapMode;
2: aconst_null
putstatic java.nio.channels.FileChannel$MapMode.PRIVATE:Ljava/nio/channels/FileChannel$MapMode;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljava/nio/channels/FileChannel$MapMode;
}
SourceFile: "FileChannel.java"
NestHost: java.nio.channels.FileChannel
InnerClasses:
public MapMode = java.nio.channels.FileChannel$MapMode of java.nio.channels.FileChannel