slava_110
slava_110
Are you sure they are available starting from JDK 11? Because I'm currently on JDK 8 and I'm using FileSystem stuff here :I
Path itself is available starting from JDK 7. I don't think you will be able to use it on JDK 6. However, cannot test by myself because Oracle decided to...
But if `Path` **is** available and usable on JDK 6 maybe you can try something like ```java SeekableByteChannel sbc = path.getFileSystem().provider().newByteChannel(path); InputStream in = Channels.newInputStream(sbc); ``` That's what's inside `Files.readAllBytes`...
Classes for integration (dev note) [projecte/api/ProjectEAPI](https://github.com/sinkillerj/ProjectE/blob/mc1.12.x/src/main/java/moze_intel/projecte/api/ProjectEAPI.java) [projecte/api/proxy/IEMCProxy](https://github.com/sinkillerj/ProjectE/blob/mc1.12.x/src/main/java/moze_intel/projecte/api/proxy/IEMCProxy.java)
How much EMC should it be tho? :I
*English recommended* If I understand correctly you want to have a chance that stargate address will not be accessible via OpenComputers?
Not sure how it could be balanced then. Sounds like dangerous stuff for servers. Maybe should be configurable/require certain upgrade/certain block/something like that
VR demonstration https://youtu.be/Dc-QKp3EVzg (made by matty705#7414) Hard to dial with DHD, no notebook page and Universe Dialer model
Looks fine to me. @MrJake222 ?
> Not sure why it was broken and returned 0 though. My fault probably ¯\\_(ツ)_/¯