Version: 4.3.4-dbcbce5a-b4
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::api::RawFileStore
Overview
[ "ami", "amd" ] interface RawFileStore extends
StatefulServiceInterface
See
RawFileStore.html
Operation Index
setFileId
read
size
truncate
write
exists
save
Operations
void
setFileId
(long fileId) throws
ServerError
::Ice::ByteSeq
read
(long position, int length) throws
ServerError
long
size
() throws
ServerError
bool
truncate
(long length) throws
ServerError
void
write
(::Ice::ByteSeq buf, long position, int length) throws
ServerError
bool
exists
() throws
ServerError
model::OriginalFile
save
() throws
ServerError
Home
Previous
Up
Next
Index