|
Public Member Functions |
virtual jlong | length ()=0 throw ( RException ) |
virtual void | truncate (jlong length)=0 throw ( RException ) |
virtual acdk::io::RReader | getReader ()=0 throw ( RException ) |
virtual acdk::io::RWriter | getWriter ()=0 throw ( RException ) |
virtual RReadByteBuffer | getReadByteBuffer ()=0 throw ( RException ) |
| return the readed bytes
|
virtual void | setByteBuffer (IN(RReadByteBuffer) buffer)=0 throw ( RException ) |
| copy byte into the Blob
|