Example usage for org.apache.commons.vfs RandomAccessContent interface-usage

List of usage examples for org.apache.commons.vfs RandomAccessContent interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.vfs RandomAccessContent interface-usage.

Usage

From source file com.newatlanta.appengine.vfs.provider.GaeRandomAccessContent.java

/**
 * The class mimics <code>java.io.RandomAccessFile</code>, which has this description:
 * <blockquote> 
 *    "Instances of this class support both reading and writing to a random access
 *  file. A random access file behaves like a large array of bytes stored in the
 *  file system. There is a kind of cursor, or index into the implied array, called

From source file org.efaps.webdav4vfs.test.ramvfs.RamFileRandomAccessContent.java

/**
 * RAM File Random Access Content.
 *
 * @author The eFaps Team
 * @author <a href="http://commons.apache.org/vfs/team-list.html">Apache Commons VFS team</a>
 * @author Apache Commons Id Team