|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstec.sfc.Win32.FileOperation
public final class FileOperation
File operations used by RandomAccessFile.
Field Summary | |
---|---|
static int |
CREATE_ALWAYS
Creates a new file. |
static int |
CREATE_NEW
Creates a new file. |
static int |
OPEN_ALWAYS
Opens existing file otherwise creates it. |
static int |
OPEN_EXISTING
Opens existing file. |
static int |
TRUNCATE_EXISTING
Opens and truncates existing file. |
Constructor Summary | |
---|---|
FileOperation()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CREATE_NEW
Operation fails if file already exists.
Set to CREATE_NEW.
public static final int CREATE_ALWAYS
Deletes any existing file.
Set to CREATE_ALWAYS.
public static final int OPEN_EXISTING
Operation fails if the file does not exist.
Set to OPEN_EXISTING.
public static final int OPEN_ALWAYS
Create fails if the file does not exist.
Set to OPEN_ALWAYS.
public static final int TRUNCATE_EXISTING
Operation fails if the file does not exist.
Set to TRUNCATE_EXISTING.
Constructor Detail |
---|
public FileOperation()
|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001-2005 Servertec. All rights reserved.