Uses of Class
org.apache.commons.io.channels.ByteArraySeekableByteChannel
Packages that use ByteArraySeekableByteChannel
-
Uses of ByteArraySeekableByteChannel in org.apache.commons.io.channels
Methods in org.apache.commons.io.channels that return ByteArraySeekableByteChannelModifier and TypeMethodDescriptionstatic ByteArraySeekableByteChannelByteArraySeekableByteChannel.wrap(byte[] bytes) Constructs a new channel backed directly by the given byte array.