Class WebdavFileObject.WebdavRandomAccesContent

java.lang.Object
org.apache.commons.vfs.provider.AbstractRandomAccessContent
org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
org.apache.commons.vfs.provider.webdav.WebdavFileObject.WebdavRandomAccesContent
All Implemented Interfaces:
DataInput, DataOutput, org.apache.commons.vfs.RandomAccessContent
Enclosing class:
WebdavFileObject

public static class WebdavFileObject.WebdavRandomAccesContent extends org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected long
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    WebdavRandomAccesContent(WebdavFileObject fileObject, org.apache.commons.vfs.util.RandomAccessMode mode)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected DataInputStream
     
    long
     
    long
     
    void
    seek(long pos)
     

    Methods inherited from class org.apache.commons.vfs.provider.AbstractRandomAccessStreamContent

    getInputStream, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes

    Methods inherited from class org.apache.commons.vfs.provider.AbstractRandomAccessContent

    readLine, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • filePointer

      protected long filePointer
  • Constructor Details

    • WebdavRandomAccesContent

      protected WebdavRandomAccesContent(WebdavFileObject fileObject, org.apache.commons.vfs.util.RandomAccessMode mode)
  • Method Details