Uses of Enum
org.apache.commons.vfs2.util.RandomAccessMode
Packages that use RandomAccessMode
Package
Description
The public VFS API.
The File Provider API, and utility classes.
The FTP File Provider.
The HTTP File Provider
The Local File Provider.
The RAM File Provider.
The SFTP Provider.
Utility classes used by the VFS.
-
Uses of RandomAccessMode in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 with parameters of type RandomAccessModeModifier and TypeMethodDescriptionFileContent.getRandomAccessContent
(RandomAccessMode mode) Returns an stream for reading/writing the file's content. -
Uses of RandomAccessMode in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider with parameters of type RandomAccessModeModifier and TypeMethodDescriptionprotected RandomAccessContent
AbstractFileObject.doGetRandomAccessContent
(RandomAccessMode mode) Creates access to the file for random i/o.protected RandomAccessContent
DelegateFileObject.doGetRandomAccessContent
(RandomAccessMode mode) Creates access to the file for random i/o.AbstractFileObject.getRandomAccessContent
(RandomAccessMode mode) Returns an input/output stream to use to read and write the content of the file in and random manner.DefaultFileContent.getRandomAccessContent
(RandomAccessMode mode) Returns an input/output stream to use to read and write the content of the file in an random manner.Constructors in org.apache.commons.vfs2.provider with parameters of type RandomAccessModeModifierConstructorDescriptionprotected
protected
-
Uses of RandomAccessMode in org.apache.commons.vfs2.provider.ftp
Methods in org.apache.commons.vfs2.provider.ftp with parameters of type RandomAccessModeModifier and TypeMethodDescriptionprotected RandomAccessContent
FtpFileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessMode in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http with parameters of type RandomAccessModeModifier and TypeMethodDescriptionprotected RandomAccessContent
HttpFileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessMode in org.apache.commons.vfs2.provider.local
Methods in org.apache.commons.vfs2.provider.local with parameters of type RandomAccessModeModifier and TypeMethodDescriptionprotected RandomAccessContent
LocalFile.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessMode in org.apache.commons.vfs2.provider.ram
Methods in org.apache.commons.vfs2.provider.ram with parameters of type RandomAccessModeModifier and TypeMethodDescriptionprotected RandomAccessContent
RamFileObject.doGetRandomAccessContent
(RandomAccessMode mode) Constructors in org.apache.commons.vfs2.provider.ram with parameters of type RandomAccessModeModifierConstructorDescriptionRamFileRandomAccessContent
(RamFileObject file, RandomAccessMode mode) -
Uses of RandomAccessMode in org.apache.commons.vfs2.provider.sftp
Methods in org.apache.commons.vfs2.provider.sftp with parameters of type RandomAccessModeModifier and TypeMethodDescriptionprotected RandomAccessContent
SftpFileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessMode in org.apache.commons.vfs2.util
Methods in org.apache.commons.vfs2.util that return RandomAccessModeModifier and TypeMethodDescriptionstatic RandomAccessMode
Returns the enum constant of this type with the specified name.static RandomAccessMode[]
RandomAccessMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.