public class ConnectedStream
extends java.lang.Object
implements org.brains2b.sql.meta.types.Stream
| Constructor and Description |
|---|
ConnectedStream() |
ConnectedStream(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
int |
hashCode() |
boolean |
isAccessed() |
long |
length() |
public ConnectedStream()
public ConnectedStream(java.io.InputStream is)
public java.io.InputStream getInputStream()
throws java.sql.SQLException
getInputStream in interface org.brains2b.sql.meta.types.Streamjava.sql.SQLExceptionpublic java.io.OutputStream getOutputStream()
throws java.sql.SQLException
getOutputStream in interface org.brains2b.sql.meta.types.Streamjava.sql.SQLExceptionpublic boolean isAccessed()
throws java.sql.SQLException
isAccessed in interface org.brains2b.sql.meta.types.Streamjava.sql.SQLExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic long length()
throws java.sql.SQLException
length in interface org.brains2b.sql.meta.types.Streamjava.sql.SQLException