[#784] Add more classes
This commit is contained in:
parent
6913c08477
commit
60ec6ff8d4
1 changed files with 7 additions and 1 deletions
|
|
@ -154,8 +154,14 @@
|
||||||
java.net.URLEncoder
|
java.net.URLEncoder
|
||||||
java.net.URLDecoder
|
java.net.URLDecoder
|
||||||
~@(when features/java-nio?
|
~@(when features/java-nio?
|
||||||
'[java.nio.file.OpenOption
|
'[java.nio.ByteBuffer
|
||||||
|
java.nio.ByteOrder
|
||||||
|
java.nio.CharBuffer
|
||||||
|
java.nio.DirectByteBuffer
|
||||||
|
java.nio.file.OpenOption
|
||||||
java.nio.charset.Charset
|
java.nio.charset.Charset
|
||||||
|
java.nio.charset.CoderResult
|
||||||
|
java.nio.charset.StandardCharsets
|
||||||
java.nio.file.CopyOption
|
java.nio.file.CopyOption
|
||||||
java.nio.file.DirectoryNotEmptyException
|
java.nio.file.DirectoryNotEmptyException
|
||||||
java.nio.file.FileAlreadyExistsException
|
java.nio.file.FileAlreadyExistsException
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue