konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.55k stars 261 forks source link

Add further nio stubs #863

Closed SquidDev closed 7 months ago

SquidDev commented 7 months ago

Sorry, this is a very boring PR, just continuing to fill out the classes under java.nio.file that some of my code references:

konsoletyper commented 7 months ago

BTW, you don't need to maintain your own fork just to cover missing classes in classlib module. You can just put them into your app's code and this will work.