|
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.FileSeekMethod
public final class FileSeekMethod
Seek methods used by RandomAccessFile.seek().
Field Summary | |
---|---|
static int |
BEGIN
Seek relative to the beginning of the file. |
static int |
CURRENT
Seek relative to the current position. |
static int |
END
Seek relative to the end of the file. |
Constructor Summary | |
---|---|
FileSeekMethod()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BEGIN
Set to FILE_BEGIN.
public static final int CURRENT
Set to FILE_CURRENT.
public static final int END
Set to FILE_END.
Constructor Detail |
---|
public FileSeekMethod()
|
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.