Version: 4.3.3-00d1137e-b2894

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