You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Java's DataInputStream & DataOutputStream classes ported to C++
Tested with MSVC 2022, may or may not compile on Linux or MacOS. Uses sockets, but you can easily change it to use something else (e.g. return a byte array or write to a file)
About
Java's DataInputStream & DataOutputStream classes ported to C++