code.lang
Class IOauxModule
java.lang.Object
code.modules.CurryModule
code.lang.IOauxModule
public class IOauxModule
- extends CurryModule
- Since:
- 3/30/05
Upgraded to varargs on 4/12/05
Change writeFile approach on Wed Apr 20 12:39:09 PDT 2005
because it could not write large (> 10,000 chars) files.
Replace instruction is dangerous for maintenance and it should
be removed.
File names should be normalized here.
- Author:
- Sergio Antoy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
moduleName
public static final java.lang.String moduleName
- See Also:
- Constant Field Values
appendToStreamName
public static final java.lang.String appendToStreamName
- See Also:
- Constant Field Values
appendToStreamID
private static final int appendToStreamID
nilID
private static int nilID
consID
private static int consID
nilTerm
private static Term nilTerm
tupleID
private static final int tupleID
unitID
private static final int unitID
normalizeId
private static final int normalizeId
appendToStreamOperation
private static final DataSymbol appendToStreamOperation
readFileOperation
private static final DataSymbol readFileOperation
writeFileOperation
private static final DataSymbol writeFileOperation
appendFileOperation
private static final DataSymbol appendFileOperation
IOauxModule
public IOauxModule()
createSymbols
private static java.util.Vector createSymbols()