Home | History | Annotate | Download | only in SQLite

Lines Matching full:inputstream

6  * Internal class implementing java.io.InputStream on
10 class BlobR extends InputStream {
25 * Contruct InputStream from blob instance.
44 * Mark method; dummy to satisfy InputStream class.
51 * Reset method; dummy to satisfy InputStream class.
67 * Close this blob InputStream.
263 * Return InputStream for this blob
264 * @return InputStream
267 public InputStream getInputStream() {
268 return (InputStream) new BlobR(this);