[fpc-pascal] Writing floating points to steams
Michael Schnell
mschnell at lumino.de
Wed Jan 13 10:21:40 CET 2016
On 01/13/2016 10:06 AM, Mark Morgan Lloyd wrote:
>
> Can I ask a naive question here please: does a binary stream store
> endianness anywhere?
AFAIK, generally, such binary (file-, Network transfer, ....) formats
are not supposed to be "natively" portable. To be portable they should
be either propriety (defined by the *single* application that uses them)
or Text-based (such as XML or "INITFILE").
-Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20160113/b00694db/attachment.html>
More information about the fpc-pascal
mailing list