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: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Mi, 29 Nov 2006) $
- 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-2006 The Apache Software Foundation. All Rights Reserved.