HPSearch

cgl.hpsearch.engine.URIBindings
Class IOBridge2

java.lang.Object
  extended byjava.io.InputStream
      extended bycgl.hpsearch.engine.URIBindings.IOBridge2

public class IOBridge2
extends InputStream

Author:
hgadgil

Constructor Summary
IOBridge2()
           
IOBridge2(OutputStream nbnativeStream)
           
 
Method Summary
 int available()
           
 void close()
           
 void closeBridge()
           
 void eof()
           
 int read()
           
 int read(byte[] buf)
           
 int read(byte[] buf, int offset, int len)
           
 void write(byte[] buffer)
           
 void write(byte[] buffer, int offset, int len)
           
 
Methods inherited from class java.io.InputStream
mark, markSupported, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOBridge2

public IOBridge2(OutputStream nbnativeStream)
          throws IOException

IOBridge2

public IOBridge2()
          throws IOException
Method Detail

write

public void write(byte[] buffer)
           throws IOException
Throws:
IOException

write

public void write(byte[] buffer,
                  int offset,
                  int len)
           throws IOException
Throws:
IOException

eof

public void eof()

close

public void close()
           throws IOException
Throws:
IOException

closeBridge

public void closeBridge()
                 throws IOException
Throws:
IOException

available

public int available()
              throws IOException
Throws:
IOException

read

public int read()
         throws IOException
Throws:
IOException

read

public int read(byte[] buf,
                int offset,
                int len)
         throws IOException
Throws:
IOException

read

public int read(byte[] buf)
         throws IOException
Throws:
IOException

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006