org.apache.commons.vfs.util
Class RandomAccessMode
java.lang.Object
org.apache.commons.vfs.util.RandomAccessMode
- public class RandomAccessMode
- extends Object
An enumerated type representing the modes of a random access content.
- Version:
- $Revision: 170205 $ $Date: 2005-05-15 10:21:59 +0200 (Sun, 15 May 2005) $
- Author:
- Mario Ivankovits
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READ
public static final RandomAccessMode READ
- read
READWRITE
public static final RandomAccessMode READWRITE
- read/write
requestRead
public boolean requestRead()
requestWrite
public boolean requestWrite()
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.