Package omero.api
Interface AMD_RawFileStore_truncate
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_RawFileStore_truncate extends Ice.AMDCallback
Limits the size of a file to the given length. If the file is already shorter than length, no action is taken in which case false is returned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(boolean __ret)
ice_response indicates that the operation completed successfully.
-