com.jaxfront.core.util.io
Class LineInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by com.jaxfront.core.util.io.LineInputStream
All Implemented Interfaces:
java.io.Closeable

public class LineInputStream
extends java.io.FilterInputStream


Constructor Summary
LineInputStream(java.io.InputStream inputstream)
           
 
Method Summary
 java.lang.String readLine()
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineInputStream

public LineInputStream(java.io.InputStream inputstream)
Method Detail

readLine

public java.lang.String readLine()
                          throws java.io.IOException
Throws:
java.io.IOException