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 HPT4LobInputStream
java.lang.Object
java.io.InputStream
com.hp.t4jdbc.HPT4LobInputStream
public class HPT4LobInputStream
extends java.io.InputStream
This class implements the InputStream interface that can be used to read Blob/Clob data.
Copyright: (C) Copyright 2004-2007 Hewlett-Packard Development Company, L.P.
Method Summary
int available()
void close()
void mark(int readlimit)
boolean markSupported()
int read()
int read(byte[] b)
int read(byte[] b, int off, int len)
void reset()
long skip(long n)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait