Uses of Class
org.deepfs.fsml.BufferedFileChannel

Packages that use BufferedFileChannel
org.deepfs.fsml This package contains the core classes of the DeepFS project. 
org.deepfs.fsml.parsers This package contains classes for extracting file metadata and content. 
 

Uses of BufferedFileChannel in org.deepfs.fsml
 

Methods in org.deepfs.fsml that return BufferedFileChannel
 BufferedFileChannel DeepFile.getBufferedFileChannel()
          Returns the associated BufferedFileChannel that links this DeepFile with a file in the file system.
 BufferedFileChannel BufferedFileChannel.subChannel(String subfilename, int bytesToRead)
           Creates a "subChannel" view for this BufferedFileChannel instance that shares the underlying FileChannel and buffer.
 

Constructors in org.deepfs.fsml with parameters of type BufferedFileChannel
DeepFile(BufferedFileChannel f)
           Constructor.
DeepFile(ParserRegistry parserRegistry, BufferedFileChannel bufferedFileChannel, Context ctx)
           Constructor.
 

Uses of BufferedFileChannel in org.deepfs.fsml.parsers
 

Methods in org.deepfs.fsml.parsers with parameters of type BufferedFileChannel
 Data XMLParser.parse(BufferedFileChannel f, Prop prop)
          Checks if the document is well-formed and returns the corresponding main memory database.