You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a ZIP fs implementation included with JDK7, also some theoretical discussion about a ramdisk support of sorts, but no-one has done it, as far as I know. This seems to be the closest thing to it…
The text was updated successfully, but these errors were encountered:
From Ernest at
http://waldheinz.de/2010/04/release-candidate-for-fat32-lib/
Have you put any thought to perhaps implementing a JDK7/NIO2 compliant FileSystemProvider (see http://download.oracle.com/javase/7/docs/technotes/guides/io/fsp/filesystemprovider.html) in order to make this available as a first-class supporter of the Path API introduced in NIO2?
There is a ZIP fs implementation included with JDK7, also some theoretical discussion about a ramdisk support of sorts, but no-one has done it, as far as I know. This seems to be the closest thing to it…
The text was updated successfully, but these errors were encountered: