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, writeUTF
protected 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