com.prolifics.remoteReport
Class LineInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.prolifics.remoteReport.LineInputStream
All Implemented Interfaces:
java.io.Closeable

public class LineInputStream
extends java.io.InputStream

Insert the type's description here. Creation date: (10/25/2001 5:37:26 PM)


Constructor Summary
protected LineInputStream(java.io.InputStream in)
          LineInputStream constructor comment.
 
Method Summary
 byte[] getRemainder()
           
 void mark(int readLimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] buf)
           
 int read(byte[] buf, int off, int len)
           
 java.lang.String readLine()
          Insert the method's description here.
 int readRemainder(byte[] buf)
           
 int readRemainder(byte[] buf, int off, int len)
           
 void reset()
           
 long skip(long count)
           
 
Methods inherited from class java.io.InputStream
available, close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineInputStream

protected LineInputStream(java.io.InputStream in)
LineInputStream constructor comment.

Parameters:
in - java.io.InputStream
Method Detail

getRemainder

public byte[] getRemainder()
                    throws java.io.IOException
Throws:
java.io.IOException

mark

public void mark(int readLimit)
Overrides:
mark in class java.io.InputStream

markSupported

public boolean markSupported()
Overrides:
markSupported in class java.io.InputStream

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

read

public int read(byte[] buf)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream
Throws:
java.io.IOException

read

public int read(byte[] buf,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream
Throws:
java.io.IOException

readLine

public java.lang.String readLine()
                          throws java.io.IOException
Insert the method's description here. Creation date: (10/25/2001 5:40:37 PM)

Returns:
java.lang.String
Throws:
java.io.IOException

readRemainder

public int readRemainder(byte[] buf)
                  throws java.io.IOException
Throws:
java.io.IOException

readRemainder

public int readRemainder(byte[] buf,
                         int off,
                         int len)
                  throws java.io.IOException
Throws:
java.io.IOException

reset

public void reset()
           throws java.io.IOException
Overrides:
reset in class java.io.InputStream
Throws:
java.io.IOException

skip

public long skip(long count)
          throws java.io.IOException
Overrides:
skip in class java.io.InputStream
Throws:
java.io.IOException