Uses of Interface
org.uberfire.java.nio.channels.SeekableByteChannel
-
Packages that use SeekableByteChannel Package Description org.uberfire.java.nio.base org.uberfire.java.nio.channels org.uberfire.java.nio.file.spi -
-
Uses of SeekableByteChannel in org.uberfire.java.nio.base
Classes in org.uberfire.java.nio.base that implement SeekableByteChannel Modifier and Type Class Description classSeekableByteChannelFileBasedImplclassSeekableByteChannelWrapperImplMethods in org.uberfire.java.nio.base that return SeekableByteChannel Modifier and Type Method Description SeekableByteChannelSeekableByteChannelFileBasedImpl. position(long newPosition)SeekableByteChannelSeekableByteChannelWrapperImpl. position(long newPosition)SeekableByteChannelSeekableByteChannelFileBasedImpl. truncate(long size)SeekableByteChannelSeekableByteChannelWrapperImpl. truncate(long size)Constructors in org.uberfire.java.nio.base with parameters of type SeekableByteChannel Constructor Description SeekableByteChannelWrapperImpl(SeekableByteChannel channel) -
Uses of SeekableByteChannel in org.uberfire.java.nio.channels
Methods in org.uberfire.java.nio.channels that return SeekableByteChannel Modifier and Type Method Description SeekableByteChannelSeekableByteChannel. position(long newPosition)SeekableByteChannelSeekableByteChannel. truncate(long size) -
Uses of SeekableByteChannel in org.uberfire.java.nio.file.spi
Methods in org.uberfire.java.nio.file.spi that return SeekableByteChannel Modifier and Type Method Description SeekableByteChannelFileSystemProvider. newByteChannel(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs)
-