Uses of Class
org.apache.commons.io.channels.ByteArraySeekableByteChannel
-
Packages that use ByteArraySeekableByteChannel Package Description org.apache.commons.io.channels Provides classes to work withjava.nio.channels. -
-
Uses of ByteArraySeekableByteChannel in org.apache.commons.io.channels
Methods in org.apache.commons.io.channels that return ByteArraySeekableByteChannel Modifier and Type Method Description static ByteArraySeekableByteChannelByteArraySeekableByteChannel. wrap(byte[] bytes)Constructs a new channel backed directly by the given byte array.
-