Index
All Classes and Interfaces|All Packages
C
- close() - Method in class com.iesebre.code.DirectAccessFile
-
Closes this resource, relinquishing any underlying resources.
- com.iesebre.code - package com.iesebre.code
D
- deleteAll() - Method in class com.iesebre.code.DirectAccessFile
-
Deletes all content of the file
- deleteObject(int) - Method in class com.iesebre.code.DirectAccessFile
-
Deletes the object at the specified position in the file and changes the position of the file pointer.
- DirectAccessFile<T extends Serializable> - Class in com.iesebre.code
-
1.
- DirectAccessFile() - Constructor for class com.iesebre.code.DirectAccessFile
-
Creates a direct access file with the default name
- DirectAccessFile(String) - Constructor for class com.iesebre.code.DirectAccessFile
-
Creates a direct access file with the specified name
G
- getName() - Method in class com.iesebre.code.DirectAccessFile
-
Shows the relative name of the file
- getPosition() - Method in class com.iesebre.code.DirectAccessFile
-
Retrieves the current position of the file pointer.
- goToBeginning() - Method in class com.iesebre.code.DirectAccessFile
-
Moves to the beginning of the file
- goToEnd() - Method in class com.iesebre.code.DirectAccessFile
-
Moves to the end of the file
- goToPosition(int) - Method in class com.iesebre.code.DirectAccessFile
-
Moves to the indicated position of the file.
R
- readObject() - Method in class com.iesebre.code.DirectAccessFile
-
Retrieves the instance at the current position of the file pointer and changes the position of the file pointer.
- readObject(int) - Method in class com.iesebre.code.DirectAccessFile
-
Retrieves the instance at the specified position in the file and changes the position of the file pointer.
S
- size() - Method in class com.iesebre.code.DirectAccessFile
-
Returns the number of objects in the file
U
- updateObject(T, int) - Method in class com.iesebre.code.DirectAccessFile
-
Updates the object at the specified position in the file and changes the position of the file pointer.
W
- writeObject(T) - Method in class com.iesebre.code.DirectAccessFile
-
Writes a new object at the end of the file and changes the position of the file pointer
- writeObject(T, int) - Method in class com.iesebre.code.DirectAccessFile
-
Writes a new object at the specified position in the file and changes the position of the file pointer
All Classes and Interfaces|All Packages