Class HdfsRandomAccessContent

java.lang.Object
org.apache.commons.vfs2.provider.AbstractRandomAccessContent
org.apache.commons.vfs2.provider.hdfs.HdfsRandomAccessContent
All Implemented Interfaces:
Closeable, DataInput, DataOutput, AutoCloseable, org.apache.commons.vfs2.RandomAccessContent

public class HdfsRandomAccessContent extends org.apache.commons.vfs2.provider.AbstractRandomAccessContent
Provides random access to content in an HdfsFileObject. Currently this only supports read operations. All write operations throw an UnsupportedOperationException.
Since:
2.1