public static interface Importer.TextValue
TextValue
represents a serialized property value read
from a System or Document View XML document.Modifier and Type | Method and Description |
---|---|
long |
length()
Returns the length of the serialized value.
|
Reader |
reader()
Returns a
Reader for reading the serialized value. |
String |
retrieve()
Retrieves the serialized value.
|
long length() throws IOException
IOException
- if an I/O error occursString retrieve() throws IOException
IOException
- if an I/O error occursReader reader() throws IOException
Reader
for reading the serialized value.Reader
for reading the serialized value.IOException
- if an I/O error occursCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.