public interface LowLevelDeserializer
| Modifier and Type | Method and Description |
|---|---|
void |
close(boolean closeReader)
Closes the deserialization stream.
|
InputPosition |
getInputPosition()
Returns information about the current position within the input stream.
|
void |
open(Reader reader)
Opens a new deserialization stream based on the given reader.
|
void open(Reader reader)
reader - the reader to base the stream on.LowLevelDeserializationExceptionvoid close(boolean closeReader)
closeReader
is true.closeReader - if true, the underlying reader will be closed, too.LowLevelDeserializationExceptionInputPosition getInputPosition()
Copyright © 2014. All rights reserved.