com.prolifics.remoteReport
Class CommInputStream

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

public class CommInputStream
extends java.io.InputStream

Insert the type's description here. Creation date: (11/4/2001 10:26:06 AM)


Constructor Summary
CommInputStream(Comm comm, java.io.InputStream in)
          Insert the method's description here.
CommInputStream(java.io.File file)
          Insert the method's description here.
CommInputStream(java.io.InputStream in)
          Insert the method's description here.
 
Method Summary
 void close()
           
 void mark(int readLimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] buf)
           
 int read(byte[] buf, int offset, int len)
           
 void reset()
           
 void resume()
           
 long skip(long count)
           
 void suspend()
           
 
Methods inherited from class java.io.InputStream
available
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommInputStream

public CommInputStream(Comm comm,
                       java.io.InputStream in)
Insert the method's description here. Creation date: (11/4/2001 11:13:49 AM)


CommInputStream

public CommInputStream(java.io.File file)
Insert the method's description here. Creation date: (11/4/2001 11:13:49 AM)


CommInputStream

public CommInputStream(java.io.InputStream in)
Insert the method's description here. Creation date: (11/4/2001 11:13:49 AM)

Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream
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 offset,
                int len)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream
Throws:
java.io.IOException

reset

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

resume

public void resume()
            throws java.io.IOException
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

suspend

public void suspend()
             throws java.io.IOException
Throws:
java.io.IOException