|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
org.sqlite.io.InputStreamAdapter
org.sqlite.io.MemoryInputStream
public class MemoryInputStream
Constructor Summary | |
---|---|
MemoryInputStream(Closeable owner,
SWIGTYPE_p_void blob,
long len)
default constructor. |
Method Summary | |
---|---|
protected void |
read(long pos,
byte[] b,
int off,
int len)
|
Methods inherited from class org.sqlite.io.InputStreamAdapter |
---|
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemoryInputStream(Closeable owner, SWIGTYPE_p_void blob, long len)
owner
- the owner Closeable objectblob
- pointer of BLOB objectlen
- the number of bytesMethod Detail |
---|
protected void read(long pos, byte[] b, int off, int len)
read
in class InputStreamAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |