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.LowLevelDeserializationException
void close(boolean closeReader)
closeReader
is true.closeReader
- if true, the underlying reader will be closed, too.LowLevelDeserializationException
InputPosition getInputPosition()
Copyright © 2014. All rights reserved.