public static interface Dictionary.VisitorContext
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Get the number of bytes.
|
int |
getOriginalPosition()
Get the position where the key was originally added.
|
Text |
getText()
Get the original string.
|
void |
writeBytes(OutputStream out)
Write the bytes for the string to the given output stream.
|
int getOriginalPosition()
void writeBytes(OutputStream out) throws IOException
out
- the stream to write to.IOException
Text getText()
int getLength()
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.