The Java Development Kit release 1.0.2 does not include any continuous-media data types.
For the purpose of testing the architecture, I simulated a video frame stream by interpreting
byte
arrays as video frames encoded as 8-bit or 24-bit RGB images. Such images can be
displayed using the java.awt.image.MemoryImageSource
class.