Version: 5.0.8-ice34-b60

OmeroBlitz Api
Home Previous Up Next Index

omero::api::RawFileStore

Overview

[ "ami", "amd" ] interface RawFileStore extends StatefulServiceInterface

See RawFileStore.html

Operation Index

getFileId
setFileId
read
size
truncate
write
exists
save

Operations

RLong getFileId() throws ServerError

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