Public Class Methods : SstHeaderedByteMessage

* new: size
	"ACTION
		Answer a new instance of the receiver whose contents will
		be allocated as @size bytes. A header will be allocated of size
		%headerSize.

	PARAMETERS
		size : <Integer>

	RETURN VALUE
		<instance of self>"
Categories
	SST-API User
* new: size headerSize: headerSize
	"ACTION
		Answer a new instance of the receiver whose header will
		be @headerSize bytes and whose contents will be allocated
		as @size bytes.

	PARAMETERS
		headerSize : <Integer>
		size : <Integer>

	RETURN VALUE
		<instance of self>"
Categories
	SST-API User

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