readTerm
Reads the next term from reader, or null at EOF, using operators.
Throws
if reading, lexing, or parsing the next term fails
Throws
if reading, lexing, or parsing the next term fails
Reads the next term from inputStream, or null at EOF, using operators.
Bytes are decoded using java.io.InputStreamReader's platform-default charset.
Throws
if reading, lexing, or parsing the next term fails