org.objectweb.jorm.mapper.rdb.lib
Class RdbBlob.RdbInputStream
InputStream
org.objectweb.jorm.mapper.rdb.lib.RdbBlob.RdbInputStream
- RdbBlob
(package private) class RdbBlob.RdbInputStream
extends InputStream
int | available()
|
int | getSize()
|
void | mark(int readlimit) - Does not support by this implementation
|
boolean | markSupported() - This implementation does not support the mark/reset operations
|
int | read()
|
void | reset() - Does not support by this implementation
|
long | skip(long n)
|
bufferId
private int bufferId
RdbInputStream
(package private) RdbInputStream(RdbBlob _blob)
available
public int available()
throws IOException
getSize
public int getSize()
mark
public void mark(int readlimit)
Does not support by this implementation
markSupported
public boolean markSupported()
This implementation does not support the mark/reset operations
read
public int read()
throws IOException
reset
public void reset()
throws IOException
Does not support by this implementation
skip
public long skip(long n)
throws IOException