|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LowLevelDeserializer
Interface for stream based low level deserializers.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |