traherom / memstream

[]byte-backed ReadWriteSeeker for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

Memstream is an expandable ReadWriteSeeker for Golang that works with an internally managed byte buffer. Operation is usage is intended to be seamless and smooth.

In situations where the maximum read/write sizes are known, a fixed []byte/byte buffer will likely offer better performance.

Docs

As with all Go packages, documentation can be found on godoc.org.

Install

 $ go get github.com/traherom/memstream

About

[]byte-backed ReadWriteSeeker for Golang

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%