Package net.ontopia.infoset.content
Class JDBCBinaryInputStream
java.lang.Object
java.io.InputStream
net.ontopia.infoset.content.ContentInputStream
net.ontopia.infoset.content.JDBCBinaryInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
INTERNAL:
-
Field Summary
FieldsFields inherited from class net.ontopia.infoset.content.ContentInputStream
length, stream -
Method Summary
Methods inherited from class net.ontopia.infoset.content.ContentInputStream
getLengthMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
ps
-
rs
-
-
Method Details
-
available
- Overrides:
availablein classContentInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classContentInputStream- Throws:
IOException
-
mark
public void mark(int readlimit) - Overrides:
markin classContentInputStream
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classContentInputStream
-
read
- Overrides:
readin classContentInputStream- Throws:
IOException
-
read
- Overrides:
readin classContentInputStream- Throws:
IOException
-
read
- Overrides:
readin classContentInputStream- Throws:
IOException
-
reset
- Overrides:
resetin classContentInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classContentInputStream- Throws:
IOException
-