Konloch/Jaxon

Win32 API

Open

#4 创建于 2024年7月31日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)Java (0 fork)github user discovery
BugHelp Wanted

仓库指标

Star
 (11 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Win32 API is only partially finished, The following APIs are incomplete:

  • isDirectory(String path)
  • doesExist(String path)
  • getSize(String path)
  • listDirectory(String path)
  • read(String path)
  • write(String path, int offset, InputStream stream, boolean append)

Win32.java WinSystem.java

贡献者指南