+ /*
+ static public void main(String[] args) throws IOException
+ {
+ String data = ".This is a test\r\nof the thing.\r\nWe should not have much
trouble.\r\n.doubled?\r\nor not?\n.doubled\nor not?\r\n\r\n\n\n\r\r\r\n";
+
+ OutputStream os = new ExtraDotOutputStream(System.out);
+ os.write(data.getBytes());
+ }
+ */
+
You know we actually have junit tests for this... in fact I think this is the only class that has it. :)
-- Serge Knystautas President Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
