net.sf.quarrel.file
Class StreamProcessor

java.lang.Object
  extended bynet.sf.quarrel.file.StreamProcessor

Deprecated. Use StreamParser

public class StreamProcessor
extends java.lang.Object

This class is responsible for parsing an InputStream into a set of ElementText objects. Step to using it are as follows


Constructor Summary
StreamProcessor(java.io.InputStream inputStream)
          Deprecated.  
 
Method Summary
 java.util.Iterator elements()
          Deprecated.  
 void process()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamProcessor

public StreamProcessor(java.io.InputStream inputStream)
Deprecated. 
Method Detail

process

public void process()
             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

elements

public java.util.Iterator elements()
Deprecated. 


Copyright © 2006-2007. All Rights Reserved.