I've never had to do this before,,
How do i just sorta store some binary data? is there a class or what?
danka
Printable View
I've never had to do this before,,
How do i just sorta store some binary data? is there a class or what?
danka
Anything that extends OutputStream would probably do the trick, depending on what you want to do with the data.
i am thinking in terms of sms messages. you can send text and you can send binary.