mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Server side implementation of AVM remote interface. Made Serializable
several classes that needed to be. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3489 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -69,10 +69,9 @@ public interface AVMRemote
|
||||
* starting at offset <code>offset</code> in <code>buff</code>
|
||||
* @param handle The opaque handle to the server side output stream.
|
||||
* @param buff The data buffer.
|
||||
* @param offset The offset within the buffer.
|
||||
* @param count The number of bytes to write.
|
||||
*/
|
||||
public void writeOutput(String handle, byte [] buff, int offset, int count);
|
||||
public void writeOutput(String handle, byte [] buff, int count);
|
||||
|
||||
/**
|
||||
* Close the server side output stream designated by the handle.
|
||||
|
Reference in New Issue
Block a user