Package org.jboss.shrinkwrap.api.nio.file
-
Class Summary Class Description MemoryAsset AnAsset
implementation backed by an internal memory representation; able to be directly added to anArchive
, and supports all operations designated by the NIO.2SeekableByteChannel
API.MemoryNamedAsset MemoryAsset
implementation complying to theNamedAsset
API; thread-safe.SeekableInMemoryByteChannel SeekableByteChannel
implementation backed by an auto-resizing byte array; thread-safe.ShrinkWrapFileSystems Convenience API bridge to the NIO.2FileSystems
support for ShrinkWrapArchive
s.