F G I R S

F

FileSender - class FileSender.
 
FileSender(String) - Constructor for class FileSender
Obtains the name of the file to be sent across to the client.

G

getFrame(Player) - Method in class ImageProcessor
Returns the current frame in the live video stream specified by Player.
getPixel(Image, int, int, int, int) - Method in class ImageProcessor
Allows acess to the pixels inside a Java.awt.Image.

I

ImageProcessor - class ImageProcessor.
 
ImageProcessor() - Constructor for class ImageProcessor
 
initPlayer(VideoFormat) - Method in class ImageProcessor
Finds a video capture device that supports the specified VideoFormat.

R

readFile(String) - Method in class FileSender
Reads in the data from the file specifited by String name into a byte array and returns it.
runServer() - Method in class FileSender
Initializes the server.

S

saveJPG(Image, String) - Static method in class ImageProcessor
Saves the image to disk in JPEG format.
sendFile(DataOutputStream, byte[]) - Method in class FileSender
Sends the data contained in the byte array through the DataOutputStream.

F G I R S