ShrinkWrap from the Arquillian project looks to include a NIO compliant in memory FileSystem
You can create a simple in memory FileSystem by doing the following:
FileSystem fs = ShrinkWrapFileSystems.newFileSystem(ShrinkWrap.create(GenericArchive.class))