16 MethodAccessor<Func<object, object, object, object, bool, bool, bool, bool, long, bool, bool, bool, bool, object>> init;
28 Type JavaNioFileAttributeFileTime => Resolve(
ref javaNioFileAttributeFileTime,
"java.nio.file.attribute.FileTime");
33 public object Init(
object creationTime,
object lastAccessTime,
object lastModifiedTime,
object fileKey,
bool isDirectory,
bool isOther,
bool isRegularFile,
bool isSymbolicLink,
long size,
bool isReadOnly,
bool isHidden,
bool isArchive,
bool isSystem) => GetConstructor(
ref init, JavaNioFileAttributeFileTime, JavaNioFileAttributeFileTime, JavaNioFileAttributeFileTime, typeof(
object), typeof(
bool), typeof(
bool), typeof(
bool), typeof(
bool), typeof(
long), typeof(
bool), typeof(
bool), typeof(
bool), typeof(
bool)).Invoker(creationTime, lastAccessTime, lastModifiedTime, fileKey, isDirectory, isOther, isRegularFile, isSymbolicLink, size, isReadOnly, isHidden, isArchive, isSystem);