Interface | Description |
---|---|
OpenClose | |
Read<T> | |
Write<T> |
Class | Description |
---|---|
Buf<T> |
Stores the input received by
Buf.write(Object) and it and returns it by Buf.read() |
Cat<T> |
Cat creates
OpenClose from a specification or manages a list of OpenClose for concatenated reading or writing:
Cat.make(String, Object) creates an OpenClose from a specification
an instance of Cat contains a list of OpenClose . |
Compiler |
compiles shell or data syntax to javaCode and a temporary JavaClass, subclass of
Run and loads it into the virtual machine. |
Dir |
The
Read interface to a filesystem directory. |
Env<R,W> |
manages and implements environments.
|
FileRW | |
Get | |
JavaCmpLoad<T> | |
Option | |
OutputStream2Write | |
Parser | |
PreSuf | |
Run | |
Say<T> | |
Strings | |
Test | |
TestAll | |
Tester | |
Top | |
TraceTester | |
Ut<T> | |
War |