lua-users home
lua-l archive

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


Hi

How do you deal with I/O of binary data?  Do you use the standard io
functions somehow or did you write your own bindings?

As strings are 8-bit clean and can contain embedded zeroes, I have the
feeling that they can be well used for binary data.

Any thoughts, experiences, etc.?