|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface C3DParseObserver
An observer to process the parsing of a C3D file.
The observer can be used to extract partial or full information from the stream as it is being read by means of the return value from the implemented methods. At any time user code returning a value of false indicates that the user is finished with the parsing process and does not require any more data from the stream. The parser should terminate the process at this point.
Method Summary | |
---|---|
boolean |
headerComplete(C3DHeader header)
The header of the file has been read. |
boolean |
parametersComplete(C3DParameterGroup[] groups)
The parameter block has been read. |
boolean |
trackDataAvailable(C3DTrajectoryData[] data)
|
Method Detail |
---|
boolean headerComplete(C3DHeader header)
header
- The header information
boolean parametersComplete(C3DParameterGroup[] groups)
groups
- The listing of groups that were read
boolean trackDataAvailable(C3DTrajectoryData[] data)
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |