|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface RandomAccessStream
This interface extends nomal Java streams with seek capability. This interface is implemented by Perst BLOB streams
| Method Summary | |
|---|---|
long |
getPosition()
Get current position in the stream |
long |
setPosition(long pos)
Set position in the stream |
long |
size()
Get size of the stream |
| Method Detail |
|---|
long getPosition()
long setPosition(long pos)
pos - new absolute poistion in the strwam
long size()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||