|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RawFileStoreService
Method Summary | |
---|---|
boolean |
exists(long fileId)
Does the file exist in the RawFileStore. |
byte[] |
read(long fileId,
long position,
int length)
Read from the file in the rawFileStore. |
void |
write(long fileId,
byte[] buf,
long position,
int length)
Write the contents of the buffer to the the file starting from position and for length bytes. |
Method Detail |
---|
byte[] read(long fileId, long position, int length) throws omero.ServerError
fileId
- id of the file to work on,position
- starting position to read from.length
-
DSOutOfServiceException
omero.ServerError
void write(long fileId, byte[] buf, long position, int length) throws omero.ServerError
fileId
- id of the file to work on,buf
- see above.position
- see above.length
- see above.
DSOutOfServiceException
omero.ServerError
boolean exists(long fileId) throws omero.ServerError
fileId
- id of the file to work on,
DSOutOfServiceException
omero.ServerError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.