org.objectweb.jorm.mapper.rdb.lib

Class RdbBlob.RdbInputStream

Enclosing Class:
RdbBlob

(package private) class RdbBlob.RdbInputStream
extends InputStream

Field Summary

private RdbBlob
blob
private int
bufferId
private int
cursor

Constructor Summary

RdbInputStream(RdbBlob _blob)

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)

Field Details

blob

private RdbBlob blob


bufferId

private int bufferId


cursor

private int cursor

Constructor Details

RdbInputStream

(package private)  RdbInputStream(RdbBlob _blob)

Method Details

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