FRS
Class FileDescriptor
java.lang.Object
FRS.FileDescriptor
- All Implemented Interfaces:
- java.io.Serializable
- public class FileDescriptor
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Dario Agostinone
Descrittore di un FILE
- See Also:
- Serialized Form
|
Constructor Summary |
FileDescriptor(java.lang.String path,
java.lang.String h1,
java.lang.String h2)
Costruttore |
|
Method Summary |
java.lang.String |
getPath()
Restituisce il path |
int |
getStato()
Resituisce lo stato |
java.lang.String |
toString()
Converte il descrittore in una stringa |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FREE
public static final int FREE
- See Also:
- Constant Field Values
LOCK
public static final int LOCK
- See Also:
- Constant Field Values
ZOMBIE
public static final int ZOMBIE
- See Also:
- Constant Field Values
FileDescriptor
public FileDescriptor(java.lang.String path,
java.lang.String h1,
java.lang.String h2)
- Costruttore
getPath
public java.lang.String getPath()
- Restituisce il path
getStato
public int getStato()
- Resituisce lo stato
toString
public java.lang.String toString()
- Converte il descrittore in una stringa