Uses of Class
org.jboss.shrinkwrap.api.nio.file.SeekableInMemoryByteChannel
-
Packages that use SeekableInMemoryByteChannel Package Description org.jboss.shrinkwrap.api.nio.file -
-
Uses of SeekableInMemoryByteChannel in org.jboss.shrinkwrap.api.nio.file
Fields in org.jboss.shrinkwrap.api.nio.file declared as SeekableInMemoryByteChannel Modifier and Type Field Description private SeekableInMemoryByteChannel
MemoryAsset. delegate
Constructors in org.jboss.shrinkwrap.api.nio.file with parameters of type SeekableInMemoryByteChannel Constructor Description MemoryAsset(SeekableInMemoryByteChannel delegate)
Creates a new instance with internal memory buffer delegate using the specified (required)SeekableInMemoryByteChannel
-