All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface Jaja.InputPortAble

public interface InputPortAble
extends Remote
This is the interface of objects that may serve as InputPort for Jaja.


Method Index

 o close()
 o read()
 o read_char()
 o read_file()

Methods

 o close
 public abstract void close()
 o read_file
 public abstract Value read_file()
 o read
 public abstract Value read()
 o read_char
 public abstract Value read_char()

All Packages  Class Hierarchy  This Package  Previous  Next  Index