Hi All,

for the stuff I am planing to use GNU Smalltalk for I will need to
create binary structures. This means I need to write numbers and similar
as uint8,16,32,64, control the endian of these numbers and such. In
Pharo I have found the DataStream class is there something like this in
GNU Smalltalk? How would I solve my usecase in GNU Smalltalk?

My first approach would have been to port something like Python's struct
to Smalltalk.

regards
        holger

_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to