Uses of Class
jist.swans.app.io.Reader

Packages that use Reader
jist.swans.app.io SWANS counterparts for java.io classes used to simulate standard Java applications. 
 

Uses of Reader in jist.swans.app.io
 

Constructors in jist.swans.app.io with parameters of type Reader
BufferedReader(Reader in)
           
BufferedReader(Reader in, int sz)