Deprecated API

Deprecated Constructors
Interpreter.Sexp.Utils.Lexer.StreamTokenizerWithAtom(InputStream)
          As of JDK version 1.1, the preferred way to tokenize an input stream is to convert it into a character stream, for example:
	Reader r = new BufferedReader(new InputStreamReader(is));
	StreamTokenizerWithAtom st = new StreamTokenizerWithAtom(r);
 
 
 



Codice realizzato da Francesco Geri & Marco Tamanti