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 Summary
Modifier and TypeMethodDescriptionReturns the current position in a reader or input stream.
-
Method Details
-
getPosition
Returns the current position in a reader or input stream.- Returns:
- The current position in a reader or input stream.
-