cgl.hpsearch.engine.URIBindings
Class IOBridge2
java.lang.Object
java.io.InputStream
cgl.hpsearch.engine.URIBindings.IOBridge2
- public class IOBridge2
- extends InputStream
- Author:
- hgadgil
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOBridge2
public IOBridge2(OutputStream nbnativeStream)
throws IOException
IOBridge2
public IOBridge2()
throws IOException
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