Public Instance Methods : SstByteMessage

class implements Interface: IuSstByteMessage
* contentsSize goto
* contentsSize: value goto
* ensureCapacityTo: capacity goto
* headerSize goto
* headerSize: value goto
class implements Interface: IuSstCommunicationMessage
* closeAfterSend goto
* closeAfterSend: value goto
* contents goto
* contents: value goto
* flushAfterSend goto
* flushAfterSend: value goto
* header goto
* header: value goto
* sender goto
* sender: value goto
* sstIsMessage goto
* totalContents
	"ACTION
		Answer the complete contents of the receiver as one buffer whose size is the 
		totalSize of the receiver and which has no special headers etc.

	RETURN VALUE
		<Array of Bytes>"
Categories
	SST-API Developer
* totalContents: value
	"ACTION
		Set the complete contents of the receiver as one buffer to @value, whose
		size is the totalSize of @value and which has no special headers etc.

	PARAMETERS
		value : <Array of Bytes>"
Categories
	SST-API Developer
* totalSize
	"ACTION
		Answer the size of the %totalContents of the receiver.

	RETURN VALUE
		<Integer>"
Categories
	SST-API Developer
* totalSize: value
	"ACTION
		Set the size of the %totalContents of the receiver.

	RETURN VALUE
		<Integer>"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]