public static class WebdavFileObject.WebdavRandomAccesContent
extends org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
| Modifier and Type | Field | Description |
|---|---|---|
protected long |
filePointer |
| Modifier | Constructor | Description |
|---|---|---|
protected |
WebdavRandomAccesContent(WebdavFileObject fileObject,
org.apache.commons.vfs.util.RandomAccessMode mode) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
protected java.io.DataInputStream |
getDataInputStream() |
|
long |
getFilePointer() |
|
long |
length() |
|
void |
seek(long pos) |
readLine, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFprotected 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