GNU Prolog for Java

Package gnu.prolog.io

Classes used for IO

See:
          Description

Class Summary
BinaryPrologStream A PrologStream for binary data
CharConversionTable A conversion map, used by char_conversion and current_char_conversion and TextInputPrologStream.readTerm(Term,Interpreter,ReadOptions) to map one character to another.
Operator Represents a Prolog operator with a name, Operator.SPECIFIER and priority.
OperatorSet Stores the current Operators.
PrologStream Abstract class representing Prolog Streams
PrologStream.OpenOptions Options for an opening a PrologStream
RandomAccessFileReader Reads a RandomAccessFile
RandomAccessFileWriter Writes to a RandomAccessFile
ReadOptions this class contains representation of ISO prolog read options.
TermReader Reads Terms from strings and Readers.
TermWriter This class is intendent for printing terms.
TextInputPrologStream Prolog stream which reads input as text
TextOutputPrologStream Prolog stream which writes output as text
WriteOptions ISO Prolog write options (Section 7.10.4)
 

Enum Summary
Operator.SPECIFIER Specifier Class Associativity
 

Exception Summary
ParseException Errors which occur when parsing text as Prolog code, stores a line and column number.
 

Package gnu.prolog.io Description

Classes used for IO


GNU Prolog for Java