Package org.apache.avro.io.parsing
Interface SkipParser.SkipHandler
- All Known Implementing Classes:
JsonDecoder
,ParsingDecoder
,ResolvingDecoder
,ValidatingDecoder
- Enclosing class:
SkipParser
public static interface SkipParser.SkipHandler
The clients implement this interface to skip symbols and actions.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Skips the action at the top of the stack.void
Skips the symbol at the top of the stack.
-
Method Details
-
skipAction
Skips the action at the top of the stack.- Throws:
IOException
-
skipTopSymbol
Skips the symbol at the top of the stack.- Throws:
IOException
-