Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileIO: write 8-/16-bit ints (binary mode) #19

Closed
spencersalazar opened this issue Sep 11, 2014 · 1 comment
Closed

FileIO: write 8-/16-bit ints (binary mode) #19

spencersalazar opened this issue Sep 11, 2014 · 1 comment

Comments

@spencersalazar
Copy link
Member

It is possible to read 8-/16-bit ints from a file, but not to write them.

@gewang
Copy link
Member

gewang commented Aug 30, 2023

resolved, with latest iteration of binary FileIO in 1.5.0.1, and many iteration before that. In fact @spencersalazar may have authored many of these

// write the next byte
// (other options include IO.INT16 and IO.INT32)
fout.write( bytes[i], IO.INT8 );

@gewang gewang closed this as completed Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants