public static interface CellNameType.Deserializer
| Modifier and Type | Method and Description |
|---|---|
int |
compareNextTo(Composite composite)
Compare the next name to read to the provided Composite.
|
boolean |
hasNext()
Whether this deserializer is done or not, i.e.
|
boolean |
hasUnprocessed()
Whether or not some name has been read but not consumed by readNext.
|
Composite |
readNext()
Actually consume the next name and return it.
|
void |
skipNext()
Skip the next name (consuming it).
|
boolean hasNext()
throws java.io.IOException
java.io.IOExceptionboolean hasUnprocessed()
throws java.io.IOException
java.io.IOExceptionint compareNextTo(Composite composite) throws java.io.IOException
java.io.IOExceptionComposite readNext() throws java.io.IOException
java.io.IOExceptionvoid skipNext()
throws java.io.IOException
java.io.IOExceptionCopyright © 2018 The Apache Software Foundation