Package org.apache.juneau.parser
Interface Positionable
- All Known Implementing Classes:
- MsgPackInputStream,- ParserInputStream,- ParserReader,- UonReader,- XmlReader
public interface Positionable
Interface for objects with positions (lines/columns/byte-positions for example).
 
See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the current position in a reader or input stream.
- 
Method Details- 
getPositionReturns the current position in a reader or input stream.- Returns:
- The current position in a reader or input stream.
 
 
-