Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
/ DataStream Public archive

Java's DataInputStream & DataOutputStream classes ported to C++

Notifications You must be signed in to change notification settings

mr-nv/DataStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

DataStream

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++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages