Class FileChannelSupplier

java.lang.Object
org.newsclub.net.unix.FileChannelSupplier
All Implemented Interfaces:
AFIOSupplier<FileChannel>
Direct Known Subclasses:
FileChannelSupplier.ReadOnly, FileChannelSupplier.ReadWrite, FileChannelSupplier.WriteOnly

public abstract class FileChannelSupplier extends Object implements AFIOSupplier<FileChannel>
Supplies a FileChannel with certain properties (read-only, write-only, read-write); to be used mostly with FileDescriptorCast.
Author:
Christian Kohlschütter