public static class WebdavFileObject.WebdavRandomAccesContent
extends org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
Modifier and Type | Field and Description |
---|---|
protected long |
filePointer |
Modifier | Constructor and Description |
---|---|
protected |
WebdavFileObject.WebdavRandomAccesContent(WebdavFileObject fileObject,
org.apache.commons.vfs.util.RandomAccessMode mode) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected java.io.DataInputStream |
getDataInputStream() |
long |
getFilePointer() |
long |
length() |
void |
seek(long pos) |
getInputStream, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
protected WebdavFileObject.WebdavRandomAccesContent(WebdavFileObject fileObject, org.apache.commons.vfs.util.RandomAccessMode mode)
public long getFilePointer() throws java.io.IOException
java.io.IOException
public void seek(long pos) throws java.io.IOException
java.io.IOException
protected java.io.DataInputStream getDataInputStream() throws java.io.IOException
getDataInputStream
in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
public long length() throws java.io.IOException
java.io.IOException