Reading and writing binary strings #268
gildas-lormeau
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Binary strings are strings used to store binary data, see here for more information: https://developer.mozilla.org/en-US/docs/Web/API/DOMString/Binary
The implementation of the classes
BinaryStringReader
andBinaryStringWriter
below allows you to handle them in zip.js.Beta Was this translation helpful? Give feedback.
All reactions