Uses of Class
com.svincent.moksa.Io.StreamIdentifier

Packages that use Io.StreamIdentifier
com.svincent.moksa An implementation of a Warren's Abstract Machine and associated builtin predicates, to conform to ISO Prolog. 
 

Uses of Io.StreamIdentifier in com.svincent.moksa
 

Subclasses of Io.StreamIdentifier in com.svincent.moksa
static class Io.PrologInput
          An identifier for an input stream.
 class Io.PrologInputStream
          A wrapper for a Java InputStream.
static class Io.PrologOutput
          An identifier for an output stream.
static class Io.PrologOutputStream
           
 class Io.PrologReader
          A wrapper for a Java Reader.
static class Io.PrologWriter
           
 

Methods in com.svincent.moksa that return Io.StreamIdentifier
 Io.StreamIdentifier Io.getStream(PrologTerm term)
          Retrieves a StreamIdentifier, given a PrologTerm.
 




This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.