Public Instance Methods : SstOSPtr

* copyFrom: start to: stop
	"ACTION
		Answer a collection on the bytes from positions @start to
		@stop, inclusive.

	PARAMETERS
		start : <Integer>
		stop : <Integer>

	RETURN VALUE
		<ByteArray>

	NOTES
		@start and @stop will be treated as one-relative if the receiver
		has been made one-relative."
Categories
	SST-API Developer
* makeOneRelative
	"ACTION
		Set the receiver to be one relative."
Categories
	SST-API Developer
* makeZeroRelative
	"ACTION
		Set the receiver to be a zero relative."
Categories
	SST-API Developer
* replaceFrom: position to: stop with: bytes startingAt: start
	"ACTION
		Replace the bytes from positions @position to
		@stop, inclusive, with the elements of @bytes starting
		at location @start..

	PARAMETERS
		position : <Integer>
		stop : <Integer>
		bytes : <ByteArray> | <String> | <Symbol> | <OSPtr>
		start : <Integer>

	NOTES
		@start and @stop will be treated as one-relative if the receiver
		has been made one-relative."
Categories
	SST-API Developer
* size
	"ACTION
		Answer the number of bytes included in the receiver.

	RETURN VALUE
		<Integer>"
Categories
	SST-API Developer
* size: value
	"ACTION
		Set the number of bytes included in the receiver.

	PARAMETERS
		value : <Integer>"
Categories
	SST-API Developer

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