public abstract class java.nio.file.attribute.UserPrincipalLookupService
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: java.nio.file.attribute.UserPrincipalLookupService
super_class: java.lang.Object
{
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljava/nio/file/attribute/UserPrincipalLookupService;
public abstract java.nio.file.attribute.UserPrincipal lookupPrincipalByName(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/nio/file/attribute/UserPrincipal;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
name
public abstract java.nio.file.attribute.GroupPrincipal lookupPrincipalByGroupName(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/nio/file/attribute/GroupPrincipal;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
group
}
SourceFile: "UserPrincipalLookupService.java"