Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
com.hp.t4jdbc
Class HPT4LobOutputStream
java.lang.Object
java.io.OutputStream
com.hp.t4jdbc.HPT4LobOutputStream
public class HPT4LobOutputStream
extends java.io.OutputStream
This class implements the OutputStream interface, which can be used to write Blob/Clob data.
Copyright: (C) Copyright 2004-2007 Hewlett-Packard Development Company, L.P.
Method Summary
void close()
void flush()
void write(byte[] b)
void write(byte[] b, int off, int len)
void write(int b)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
close
public void close()
throws java.io.IOException
Throws:
java.io.IOException