-
Methods Method Description com.cosylab.vdct.print.postscript.PSGr.getClipRect() in 1.1
-
Constructors Constructor Description com.cosylab.vdct.util.EnhancedStreamTokenizer(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)); StreamTokenizer st = new StreamTokenizer(r);