Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
silk.InputPort

Uses of InputPort in silk
 

Fields in silk declared as InputPort
static InputPort Scheme.input
           
 

Methods in silk that return InputPort
static InputPort U.toInPort(java.lang.Object x)
          Cast a Scheme object to a Scheme input port, which is an InputPort.
static InputPort U.openInputFile(java.lang.Object filename)
           
 

Methods in silk with parameters of type InputPort
static java.lang.Object Scheme.load(InputPort in)
          Eval all the expressions coming from an InputPort.