All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- append(Object).
Method in class LinkedList
- Appends link object to the end of the link list.
- atLastLink().
Method in class LinkedList
- Resets true if current pointer is pointing to the last link.
- currentElement().
Method in class LinkedList
- Return the current linked list element.
- DisPlayer().
Constructor for class DisPlayer
-
- Ds2FFwd(String, String, int, char).
Constructor for class Ds2FFwd
-
- Ds2Play(String, String, int, char).
Constructor for class Ds2Play
-
- Ds2Record(String, String, int, int).
Constructor for class Ds2Record
-
- Ds2Rewind(String, String, int, char).
Constructor for class Ds2Rewind
-
- DsFileObject().
Constructor for class DsFileObject
-
- getNextElement().
Method in class LinkedList
- Returns the next element in the list.
- getnum(byte).
Method in class DsFileObject
- Takes in a byte and returns an integer.
- getPreviousElement().
Method in class LinkedList
- Returns the previous element in the linked list.
- hasCurrElement().
Method in class LinkedList
-
- hasMoreElements().
Method in class LinkedList
- Returns true iff the current pointer is not at the end of the list.
- hasNextElement().
Method in class LinkedList
- Returns true iff current.next pointer is not null.
- hasPreviousElement().
Method in class LinkedList
- Returns true iff current.previous pointer is not null.
- insert(Object).
Method in class LinkedList
- Inserts object into the linked list after the current item.
- LinkedList().
Constructor for class LinkedList
-
- main(String[]).
Static method in class DisPlayer
-
- Open().
Method in class DsFileObject
- Opens the file and places the objects in the linked list.
- PacketObject(long, byte[], InetAddress, int, int).
Constructor for class PacketObject
-
- print_obj().
Method in class PacketObject
- Prints out the packet
- remove().
Method in class LinkedList
- Removes current element from the linked list
Returns the removed object.
- reset().
Method in class LinkedList
- Resets the linked list to the head (first element).
- run().
Method in class Ds2FFwd
-
- run().
Method in class Ds2Play
-
- run().
Method in class Ds2Record
-
- run().
Method in class Ds2Rewind
-
- Save().
Method in class DsFileObject
- Saves linked list objects into a file.
- setToTail().
Method in class LinkedList
- Resets the linked list to the tail (last element).