|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectome.services.blitz.gateway.services.impl.RawFileStoreServiceImpl
public class RawFileStoreServiceImpl
Constructor Summary | |
---|---|
RawFileStoreServiceImpl(omero.api.RawFileStorePrx rawFileStorePrx)
Create the ImageService passing the gateway. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RawFileStoreServiceImpl(omero.api.RawFileStorePrx rawFileStorePrx)
gatewayFactory
- To generate new instances of the
RenderingEngineGateway.Method Detail |
---|
public boolean exists(long fileId) throws omero.ServerError
RawFileStoreService
exists
in interface RawFileStoreService
fileId
- id of the file to work on,
omero.ServerError
public byte[] read(long fileId, long position, int length) throws omero.ServerError
RawFileStoreService
read
in interface RawFileStoreService
fileId
- id of the file to work on,position
- starting position to read from.
omero.ServerError
public void write(long fileId, byte[] buf, long position, int length) throws omero.ServerError
RawFileStoreService
write
in interface RawFileStoreService
fileId
- id of the file to work on,buf
- see above.position
- see above.length
- see above.
omero.ServerError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.