public static interface CellNameType.Deserializer
Modifier and Type | Method and Description |
---|---|
int |
compareNextTo(Composite composite)
Comparare 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.IOException
boolean hasUnprocessed() throws java.io.IOException
java.io.IOException
int compareNextTo(Composite composite) throws java.io.IOException
java.io.IOException
Composite readNext() throws java.io.IOException
java.io.IOException
void skipNext() throws java.io.IOException
java.io.IOException
Copyright © 2014 The Apache Software Foundation