Public Instance Methods : SstByteMessage
class implements Interface: IuSstByteMessage
contentsSize 
contentsSize: value 
ensureCapacityTo: capacity 
headerSize 
headerSize: value 
class implements Interface: IuSstCommunicationMessage
closeAfterSend 
closeAfterSend: value 
contents 
contents: value 
flushAfterSend 
flushAfterSend: value 
header 
header: value 
sender 
sender: value 
sstIsMessage 
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]