Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class FileType

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

public final class FileType
extends java.lang.Object

File types used by File.getType().

Since:
1.2.0 12/03/2002

Field Summary
static int CHAR
          The file type is a character file.
static int DISK
          The file type is a disk file.
static int PIPE
          The file type is a named or anonymous pipe.
static int UNKNOWN
          The file type is unknown.
 
Constructor Summary
FileType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
The file type is unknown.

Set to FILE_TYPE_UNKNOWN.


DISK

public static final int DISK
The file type is a disk file.

Set to FILE_TYPE_DISK.


CHAR

public static final int CHAR
The file type is a character file.

Used for LPT devices and console.

Set to FILE_TYPE_CHAR.


PIPE

public static final int PIPE
The file type is a named or anonymous pipe.

Set to FILE_TYPE_PIPE.

Constructor Detail

FileType

public FileType()

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.