|
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.FileType
public final class FileType
File types used by File.getType().
| 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 |
|---|
public static final int UNKNOWN
Set to FILE_TYPE_UNKNOWN.
public static final int DISK
Set to FILE_TYPE_DISK.
public static final int CHAR
Used for LPT devices and console.
Set to FILE_TYPE_CHAR.
public static final int PIPE
Set to FILE_TYPE_PIPE.
| Constructor Detail |
|---|
public FileType()
|
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.