Uses of Class
com.faunos.util.io.SubFileChannel.AccessMode

Packages that use SubFileChannel.AccessMode
com.faunos.util.io Utilities and implementation classes for various I/O operations. 
 

Uses of SubFileChannel.AccessMode in com.faunos.util.io
 

Methods in com.faunos.util.io that return SubFileChannel.AccessMode
static SubFileChannel.AccessMode SubFileChannel.AccessMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SubFileChannel.AccessMode[] SubFileChannel.AccessMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.faunos.util.io with parameters of type SubFileChannel.AccessMode
SubFileChannel(FileChannel file, SubFileChannel.AccessMode mode, long startPosition, long endPosition)
          Creates a new instance with the specified underlying file channel, access mode, and view boundaries.
 



SourceForge.net Logo