org.objectweb.jorm.mapper.rdb.lib
Class RdbBlob.RdbInputStream
java.lang.Object
java.io.InputStream
org.objectweb.jorm.mapper.rdb.lib.RdbBlob.RdbInputStream
- Enclosing class:
- RdbBlob
- class RdbBlob.RdbInputStream
- extends java.io.InputStream
Fields inherited from class java.io.InputStream |
|
Method Summary |
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)
|
Methods inherited from class java.io.InputStream |
close, read, read |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
blob
private RdbBlob blob
bufferId
private int bufferId
cursor
private int cursor
RdbBlob.RdbInputStream
RdbBlob.RdbInputStream(RdbBlob _blob)
getSize
public int getSize()
available
public int available()
throws java.io.IOException
- Throws:
java.io.IOException
mark
public void mark(int readlimit)
- Does not support by this implementation
reset
public void reset()
throws java.io.IOException
- Does not support by this implementation
- Throws:
java.io.IOException
markSupported
public boolean markSupported()
- This implementation does not support the mark/reset operations
skip
public long skip(long n)
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException