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

A

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.

C

currentElement(). Method in class LinkedList
Return the current linked list element.

D

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

G

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.

H

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.

I

insert(Object). Method in class LinkedList
Inserts object into the linked list after the current item.

L

LinkedList(). Constructor for class LinkedList

M

main(String[]). Static method in class DisPlayer

O

Open(). Method in class DsFileObject
Opens the file and places the objects in the linked list.

P

PacketObject(long, byte[], InetAddress, int, int). Constructor for class PacketObject
print_obj(). Method in class PacketObject
Prints out the packet

R

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

S

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).