help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Creating binary data


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] Creating binary data
Date: Wed, 02 Jun 2010 13:17:33 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Lightning/1.0b1 Thunderbird/3.0.4

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]