class EnvelopeHandler extends TextfileParser
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
hasEnvelope |
(package private) boolean |
hasValue |
(package private) LwsEnvelope |
theEnvelope |
(package private) float |
theValue |
currentLevel, debugPrinter, EXCEPTION, LINE_TRACE, lineSeparatorChar, MISC, NONE, NUMBER, TIME, TRACE, VALUES, WORD| Constructor and Description |
|---|
EnvelopeHandler(java.io.StreamTokenizer st,
int totalFrames,
float totalTime)
Constructor: This constructor is used if there is no existing
implementation for this type of envelope.
|
EnvelopeHandler(java.io.StreamTokenizer st,
int totalFrames,
float totalTime,
java.lang.String envClassName)
Constructor: This constructor is called with the name of a class
that can handle the encountered envelope.
|
checkString, checkType, debugOutput, debugOutputLn, getAndCheckString, getName, getNumber, getString, isCurrentToken, skip, skipUntilStringfloat theValue
boolean hasValue
boolean hasEnvelope
LwsEnvelope theEnvelope
EnvelopeHandler(java.io.StreamTokenizer st,
int totalFrames,
float totalTime)
EnvelopeHandler(java.io.StreamTokenizer st,
int totalFrames,
float totalTime,
java.lang.String envClassName)
throws ParsingErrorException
ParsingErrorExceptionCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.