Uses of Class
org.apache.commons.io.channels.ByteArraySeekableByteChannel
Packages that use ByteArraySeekableByteChannel
-
Uses of ByteArraySeekableByteChannel in org.apache.commons.io.channels
Subclasses with type arguments of type ByteArraySeekableByteChannel in org.apache.commons.io.channelsMethods in org.apache.commons.io.channels that return ByteArraySeekableByteChannelModifier and TypeMethodDescriptionByteArraySeekableByteChannel.Builder.get()static ByteArraySeekableByteChannelByteArraySeekableByteChannel.wrap(byte[] bytes) Constructs a new channel backed directly by the given byte array.