Uses of Class
org.apache.juneau.parser.ParserReader
Packages that use ParserReader
Package
Description
Parser API
UON Marshalling Support
-
Uses of ParserReader in org.apache.juneau.parser
Methods in org.apache.juneau.parser that return ParserReaderModifier and TypeMethodDescriptionfinal ParserReaderParserReader.delete()Trims off the last character in the marking buffer.final ParserReaderParserReader.delete(int count) Trims off the specified number of last characters in the marking buffer.ParserPipe.getParserReader()Converts this pipe into aParserReader.final ParserReaderParserReader.replace(char c) Replace the last read character in the buffer with the specified character.final ParserReaderParserReader.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 TypeClassDescriptionclassSame functionality asParserReaderexcept automatically decoded%xx escape sequences.