|
Java TV(tm) API 1.0 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
CarouselFileListener | The CarouselFileListener interface is implemented by
application classes which require notification of changes to
CarouselFile data. |
Class Summary | |
CarouselFile | The CarouselFile class represents
file or directory data obtained from broadcast file systems. |
CarouselFileChangeEvent | The CarouselFileChangeEvent provides notification of
a change to CarouselFile data. |
Provides access to broadcast file and directory data through APIs that work with the java.io package. Such filesystem data is typically transmitted in a "carousel" wherein the contents of a remote file system are cyclically transmitted to permit reconstruction on the receiver. The Java TV API models broadcast carousels as conventional read-only disk file systems with high access latencies. Most interactions with the specific carousel protocols are handled by the Java TV API implementation rather than the application.
The class java.io.File represents generic file and directory data. The Java TV API class javax.tv.carousel.CarouselFile subclasses java.io.File to handle broadcast filesystem access, adding the ability to:
|
Java TV(tm) API 1.0 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |