Class AbstractRandomAccessContent

java.lang.Object
org.apache.commons.vfs.provider.AbstractRandomAccessContent
All Implemented Interfaces:
DataInput, DataOutput, RandomAccessContent
Direct Known Subclasses:
AbstractRandomAccessStreamContent

public abstract class AbstractRandomAccessContent extends Object implements RandomAccessContent
Implements the DataOutput part of the RandomAccessContent interface and throws UnsupportedOperationException if one of those methods are called. (for read-only random access implementations)
Version:
$Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
Author:
Mario Ivankovits