|
Class Summary |
| ByteEncodedImage |
ByteEncodedImages keep the encoded image data as an array of bytes. |
| EndianDescriptor |
An EndianDescriptor is used to describe the flipping requirements of a
particular data-structure. |
| EndianFlipSpec |
This class is used to describe the fields of a data-structure that
should have its endian order flipped. |
| EndianOrder |
The endian methods in this class are context sensitive, in that the big-endian methods
will only flip if the current platform is little endian and the little-endian methods
will only flip if the current platform is big endian. |
| IntEncodedImage |
IntEncodedImage keep the encoded image data as an array of ints. |
| QTBuild |
Contains build information for the QTJava library. |
| QTByteObject |
Provides a representation of the native data structure as a byte array. |
| QTHandle |
The QTHandle class implements a handle that can be used in calls to QuickTime. |
| QTHandleRef |
A QTHandleRef is a "smart" handle in that it can be either a Reference to a handle
which is not disposable, or it can be a real "independent" handle which is
automatically disposed on finalization. |
| QTPointer |
The QTPointer class implements a pointer that can be used in calls to QuickTime. |
| QTPointerRef |
A QTPointerRef is a "smart" pointer in that it can be either a Reference to a pointer
which is not disposable, or it can be a real "independent" pointer which is
automatically disposed on finalization.This class is used as a generic base class for pointer based objects. |
| QTUtils |
This provides a set of routines to convert between types that the
QT calls expect and the basic Java classes and types
|
| QTVector |
This class represents a Vector of uniform sized objects into a handle. |
| RawEncodedImage |
RawEncodedImages keep the encoded image data as a pointer to some block of memory. |
| StringHandle |
This class is used to store 7bit ASCII value strings |