Deprecated API

Contents

  • Deprecated Constructors
    Constructor
    Description
    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));
       StreamTokenizer_s st = new StreamTokenizer_s(r);