Class AbstractRandomAccessContent

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

public abstract class AbstractRandomAccessContent extends Object implements RandomAccessContent
Implements the DataOutput part of the RandomAccessContent interface and throws UnsupportedOperationException when one of these methods are called. For read-only random access implementations.