Modifier and Type | Method and Description |
---|---|
void |
SCAMPIMessage.copyBinary(java.lang.String name,
java.io.File destination)
Copies the content item with the given name to a file.
|
java.io.InputStream |
SCAMPIMessage.getBinary(java.lang.String name)
Returns an input stream to binary content item of the given name.
|
byte[] |
SCAMPIMessage.getBinaryBuffer(java.lang.String name)
Returns a copy of the content item value in a new memory buffer.
|
long |
SCAMPIMessage.getBinarySize(java.lang.String name)
Returns the size of the binary content value.
|
double |
SCAMPIMessage.getFloat(java.lang.String name)
Returns a floating point content item of the given name.
|
long |
SCAMPIMessage.getInteger(java.lang.String name)
Returns an integer content item of the given name.
|
java.lang.String |
SCAMPIMessage.getString(java.lang.String name)
Returns a string content item of the given name.
|
void |
SCAMPIMessage.moveBinary(java.lang.String name,
java.io.File destination)
Moves the binary data to the destination file,
and sets it as the backing resource for the message.
|