Uses of Class
org.apache.juneau.parser.ParserReader
Packages that use ParserReader
-
Uses of ParserReader in org.apache.juneau.parser
Methods in org.apache.juneau.parser that return ParserReaderModifier and TypeMethodDescriptionfinal ParserReader
ParserReader.delete()
Trims off the last character in the marking buffer.final ParserReader
ParserReader.delete
(int count) Trims off the specified number of last characters in the marking buffer.ParserPipe.getParserReader()
Converts this pipe into aParserReader
.final ParserReader
ParserReader.replace
(char c) Replace the last read character in the buffer with the specified character.final ParserReader
ParserReader.replace
(int c, int offset) Replaces the last character in the marking buffer with the specified character.ParserReader.unread()
Pushes the last read character back into the stream. -
Uses of ParserReader in org.apache.juneau.uon
Subclasses of ParserReader in org.apache.juneau.uonModifier and TypeClassDescriptionclass
Same functionality asParserReader
except automatically decoded%xx escape sequences.