BTW

Integer extend [
    digitAt: i [
        ^(self bitShift: 8 - (8*i)) bitAnd: 255
    ]
]

Great, thanks :-)

decoding works...



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

Reply via email to