Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class FileSeekMethod

java.lang.Object
  extended by stec.sfc.Win32.FileSeekMethod

public final class FileSeekMethod
extends java.lang.Object

Seek methods used by RandomAccessFile.seek().

Since:
1.0.0 01/07/2001

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

BEGIN

public static final int BEGIN
Seek relative to the beginning of the file.

Set to FILE_BEGIN.


CURRENT

public static final int CURRENT
Seek relative to the current position.

Set to FILE_CURRENT.


END

public static final int END
Seek relative to the end of the file.

Set to FILE_END.

Constructor Detail

FileSeekMethod

public FileSeekMethod()

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.