Map key used to store a Archive when creating a new FileSystem via
FileSystems.newFileSystem(URI, Map)URI with the form:
shrinkwrap://{archive.getId()}/Asset implementation backed by an internal memory representation; able to be directly added to an
Archive, and supports all operations designated by the NIO.2 SeekableByteChannel API.Integer.MAX_VALUE bytes.MemoryAsset implementation complying to the NamedAsset API; thread-safe.MemoryNamedAsset to the specified (required) String nameMemoryNamedAsset via ArchivePath.get() of the specified (required)
ArchivePathArchive; in effect invoking this method is equal to invoking
FileSystems.newFileSystem(URI, Map), passing the value of
ShrinkWrapFileSystems.getRootUri(Archive) as the URI and the specified archive as a value in a
Map under the key ShrinkWrapFileSystems.FS_ENV_KEY_ARCHIVEURI to ShrinkWrap FileSystemsSeekableByteChannel implementation backed by an auto-resizing byte array; thread-safe.FileSystems support for ShrinkWrap Archives.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.