一键导入
files
Kotlin class: java.nio.file.Files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Kotlin class: java.nio.file.Files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Kotlin class: org.example.vicky.agent.ChatCompletionRunner.
Kotlin class: org.example.vicky.agent.CompletionResult.
Kotlin object singleton: org.example.vicky.agent.InlineToolCallParser. Auto-injected into script scope.
Kotlin object singleton: org.example.vicky.agent.OpenAiToolSchemaBuilder. Auto-injected into script scope.
Kotlin class: org.example.vicky.io.OutboundMessage$TokenUsage.
Kotlin object singleton: kotlin.reflect.jvm.internal.impl.renderer.DescriptorRenderer$ValueParametersHandler$DEFAULT. Auto-injected into script scope.
| name | Files |
| description | Kotlin class: java.nio.file.Files. |
Kotlin class. Create instances with new Files(...) or Files(...).
Full class: java.nio.file.Files
BUFFER_SIZE: int (static)DEFAULT_CREATE_OPTIONS: Set (static)JLA: JavaLangAccess (static)size(arg0: Path): longisHidden(arg0: Path): booleanmismatch(arg0: Path, arg1: Path): longlines(arg0: Path): Streamlines(arg0: Path, arg1: Charset): Streamlist(arg0: Path): Streamfind(arg0: Path, arg1: int, arg2: BiPredicate, arg3: FileVisitOption[]): Streamwrite(arg0: Path, arg1: byte[], arg2: OpenOption[]): Pathwrite(arg0: Path, arg1: Iterable, arg2: Charset, arg3: OpenOption[]): Pathwrite(arg0: Path, arg1: Iterable, arg2: OpenOption[]): Pathdelete(arg0: Path): voidreadAllBytes(arg0: Path): byte[]copy(arg0: Path, arg1: Path, arg2: CopyOption[]): Pathcopy(arg0: Path, arg1: OutputStream): longcopy(arg0: InputStream, arg1: Path, arg2: CopyOption[]): longwalk(arg0: Path, arg1: FileVisitOption[]): Streamwalk(arg0: Path, arg1: int, arg2: FileVisitOption[]): Streamexists(arg0: Path, arg1: LinkOption[]): booleanisDirectory(arg0: Path, arg1: LinkOption[]): booleangetOwner(arg0: Path, arg1: LinkOption[]): UserPrincipalgetLastModifiedTime(arg0: Path, arg1: LinkOption[]): FileTimecreateDirectory(arg0: Path, arg1: FileAttribute[]): PathsetLastModifiedTime(arg0: Path, arg1: FileTime): PathcreateTempFile(arg0: String, arg1: String, arg2: FileAttribute[]): PathcreateTempFile(arg0: Path, arg1: String, arg2: String, arg3: FileAttribute[]): PathisRegularFile(arg0: Path, arg1: LinkOption[]): booleannewInputStream(arg0: Path, arg1: OpenOption[]): InputStreamnewOutputStream(arg0: Path, arg1: OpenOption[]): OutputStreamnewByteChannel(arg0: Path, arg1: OpenOption[]): SeekableByteChannelnewByteChannel(arg0: Path, arg1: Set, arg2: FileAttribute[]): SeekableByteChannelnewDirectoryStream(arg0: Path, arg1: Filter): DirectoryStreamnewDirectoryStream(arg0: Path): DirectoryStreamnewDirectoryStream(arg0: Path, arg1: String): DirectoryStreamcreateTempDirectory(arg0: Path, arg1: String, arg2: FileAttribute[]): PathcreateTempDirectory(arg0: String, arg1: FileAttribute[]): PathcreateSymbolicLink(arg0: Path, arg1: Path, arg2: FileAttribute[]): PathcreateLink(arg0: Path, arg1: Path): PathdeleteIfExists(arg0: Path): booleanmove(arg0: Path, arg1: Path, arg2: CopyOption[]): PathreadSymbolicLink(arg0: Path): PathgetFileStore(arg0: Path): FileStoreisSameFile(arg0: Path, arg1: Path): booleanprobeContentType(arg0: Path): StringgetFileAttributeView(arg0: Path, arg1: Class, arg2: LinkOption[]): FileAttributeViewreadAttributes(arg0: Path, arg1: String, arg2: LinkOption[]): MapreadAttributes(arg0: Path, arg1: Class, arg2: LinkOption[]): BasicFileAttributessetAttribute(arg0: Path, arg1: String, arg2: Object, arg3: LinkOption[]): PathsetOwner(arg0: Path, arg1: UserPrincipal): PathisSymbolicLink(arg0: Path): booleanisReadable(arg0: Path): booleanisWritable(arg0: Path): booleanisExecutable(arg0: Path): booleanwalkFileTree(arg0: Path, arg1: Set, arg2: int, arg3: FileVisitor): PathwalkFileTree(arg0: Path, arg1: FileVisitor): PathnewBufferedReader(arg0: Path): BufferedReadernewBufferedReader(arg0: Path, arg1: Charset): BufferedReadernewBufferedWriter(arg0: Path, arg1: OpenOption[]): BufferedWriternewBufferedWriter(arg0: Path, arg1: Charset, arg2: OpenOption[]): BufferedWriterreadString(arg0: Path, arg1: Charset): StringreadString(arg0: Path): StringreadAllLines(arg0: Path, arg1: Charset): ListreadAllLines(arg0: Path): ListwriteString(arg0: Path, arg1: CharSequence, arg2: Charset, arg3: OpenOption[]): PathwriteString(arg0: Path, arg1: CharSequence, arg2: OpenOption[]): PathcreateFile(arg0: Path, arg1: FileAttribute[]): PathcreateDirectories(arg0: Path, arg1: FileAttribute[]): PathgetAttribute(arg0: Path, arg1: String, arg2: LinkOption[]): ObjectgetPosixFilePermissions(arg0: Path, arg1: LinkOption[]): SetsetPosixFilePermissions(arg0: Path, arg1: Set): PathnotExists(arg0: Path, arg1: LinkOption[]): boolean