readwriter
There are 7 repositories under readwriter topic.
xaionaro-go/secureio
An easy-to-use XChaCha20-encryption wrapper for io.ReadWriteCloser (even lossy UDP) using ECDH key exchange algorithm, ED25519 signatures and Blake3+Poly1305 checksums/message-authentication for Go (golang). Also a multiplexer.
dozyio/go-lpstream
A length prefixed varint stream ReadWriter for Go
blaze6950/FileStreamTest
This is an xample program for using filestream for read/write into/from file
blaze6950/QuestsWithFile
This is an example of list of quests with using binary writer/reader
blaze6950/VectorNFileReadNWrite
A case study of a console application that implements examples of reading and writing data to a file, as well as demonstrating work with a vector
unkaktus/teer
wrapper around io.ReadWrite(Close)r that copies data to itself
xaionaro-go/bytesextra
io.ReadWriteSeeker implementation for []byte