FloatArray to ByteArray???

jchludzinski at worldkey.net jchludzinski at worldkey.net
Tue Aug 8 00:03:53 UTC 2000


If I wanted to send a collection of Floats to some Java app (via a 
Socket), would it be best to create a FloatArray (with the Floats) 
and convert it (the FloatArray) to a ByteArray then use sendData: 
on the ByteArray instance?

---John

PS> Do instances of Float correspond to Java 'doubles'?







More information about the Squeak-dev mailing list