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, skipBytesprotected WebdavFileObject.WebdavRandomAccesContent(WebdavFileObject fileObject, org.apache.commons.vfs.util.RandomAccessMode mode)
public long getFilePointer()
throws java.io.IOException
java.io.IOExceptionpublic void seek(long pos)
throws java.io.IOException
java.io.IOExceptionprotected java.io.DataInputStream getDataInputStream()
throws java.io.IOException
getDataInputStream in class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContentjava.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic long length()
throws java.io.IOException
java.io.IOException