Uses of Interface
com.github.junrar.io.SeekableReadOnlyByteChannel
-
Packages that use SeekableReadOnlyByteChannel Package Description com.github.junrar com.github.junrar.io com.github.junrar.volume -
-
Uses of SeekableReadOnlyByteChannel in com.github.junrar
Fields in com.github.junrar declared as SeekableReadOnlyByteChannel Modifier and Type Field Description private SeekableReadOnlyByteChannelArchive. channelMethods in com.github.junrar that return SeekableReadOnlyByteChannel Modifier and Type Method Description SeekableReadOnlyByteChannelArchive. getChannel()Methods in com.github.junrar with parameters of type SeekableReadOnlyByteChannel Modifier and Type Method Description private voidArchive. setChannel(SeekableReadOnlyByteChannel channel, long length) -
Uses of SeekableReadOnlyByteChannel in com.github.junrar.io
Classes in com.github.junrar.io that implement SeekableReadOnlyByteChannel Modifier and Type Class Description classRawDataIoclassSeekableReadOnlyFileDOCUMENT MEclassSeekableReadOnlyInputStreamInputStream based implementation of theSeekableReadOnlyByteChannelinterface.Fields in com.github.junrar.io declared as SeekableReadOnlyByteChannel Modifier and Type Field Description private SeekableReadOnlyByteChannelRawDataIo. underlyingByteChannelConstructors in com.github.junrar.io with parameters of type SeekableReadOnlyByteChannel Constructor Description RawDataIo(SeekableReadOnlyByteChannel channel) -
Uses of SeekableReadOnlyByteChannel in com.github.junrar.volume
Methods in com.github.junrar.volume that return SeekableReadOnlyByteChannel Modifier and Type Method Description SeekableReadOnlyByteChannelFileVolume. getChannel()SeekableReadOnlyByteChannelInputStreamVolume. getChannel()SeekableReadOnlyByteChannelVolume. getChannel()
-