void |
AbstractDocRMIClientCommand.clearContent() |
Clears all content of the opened document.
|
void |
SaRMIClientCommand.clearContent() |
Clears all content of the opened document.
|
com.saperion.jni.SaJNIReadBuffer |
AbstractDocRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle) |
Reads the next bytes from the open document, described in the handle.
|
com.saperion.jni.SaJNIReadBuffer |
SaRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle) |
Reads the next bytes from the open document, described in the handle.
|
void |
AbstractDocRMIClientCommand.removeElement(int element) |
Removes a existing content element.
|
void |
AbstractDocRMIClientCommand.removeElement(java.lang.Integer[] elements) |
Removes a series of existing content elements.
|
void |
SaRMIClientCommand.removeElement(int element) |
Removes a existing content element.
|
void |
SaRMIClientCommand.removeElement(java.lang.Integer[] elements) |
Removes a series of existing content elements.
|
void |
AbstractDocRMIClientCommand.setElementMark(int element) |
Mark the content element.
|
void |
SaRMIClientCommand.setElementMark(int element) |
Mark the content element.
|
long |
AbstractDocRMIClientCommand.writeContent(ContentStream content) |
Writes the content of the document.
|
long |
AbstractDocRMIClientCommand.writeContent(java.io.InputStream stream) |
|
long |
AbstractDocRMIClientCommand.writeContent(java.io.InputStream stream,
java.lang.String fileName,
int element) |
long |
AbstractDocRMIClientCommand.writeContent(java.io.InputStream stream,
java.lang.String fileName,
int element,
boolean doStreaming) |
Writes the content of the document.
If the document size is less than SaConstants.JNI_BUFFER_SIZE than the default buffer size
will be reduced and only one JNI call is initiated.
|
long |
SaRMIClientCommand.writeContent(ContentStream contentStream) |
Writes the content of the document.
|
long |
SaRMIClientCommand.writeContent(java.io.InputStream stream) |
Writes the content of the document.
|
long |
SaRMIClientCommand.writeContent(java.io.InputStream stream,
java.lang.String fileName,
int element) |
|
long |
SaRMIClientCommand.writeContent(java.io.InputStream stream,
java.lang.String fileName,
int element,
boolean doStreaming) |
Writes the content of the document.
If the document size is less than SaConstants.JNI_BUFFER_SIZE than the default buffer size
will be reduced and only one JNI call is initiated.
|