Uses of Class
org.apache.jackrabbit.core.fs.RandomAccessOutputStream

Packages that use RandomAccessOutputStream
org.apache.jackrabbit.core.fs   
org.apache.jackrabbit.core.fs.local   
 

Uses of RandomAccessOutputStream in org.apache.jackrabbit.core.fs
 

Methods in org.apache.jackrabbit.core.fs that return RandomAccessOutputStream
 RandomAccessOutputStream FileSystemResource.getRandomAccessOutputStream()
           
 RandomAccessOutputStream BasedFileSystem.getRandomAccessOutputStream(String filePath)
          Returns an output stream for writing bytes to the file denoted by this path. The file will be created if it doesn't exist. The current position of the file pointer is set to 0. See also seek(long);
 RandomAccessOutputStream FileSystem.getRandomAccessOutputStream(String filePath)
          Returns an output stream for writing bytes to the file denoted by this path.
 

Uses of RandomAccessOutputStream in org.apache.jackrabbit.core.fs.local
 

Methods in org.apache.jackrabbit.core.fs.local that return RandomAccessOutputStream
 RandomAccessOutputStream LocalFileSystem.getRandomAccessOutputStream(String filePath)
          Returns an output stream for writing bytes to the file denoted by this path. The file will be created if it doesn't exist. The current position of the file pointer is set to 0. See also seek(long);
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.