Registry / utility / djherbis-nio-v3

djherbis-nio-v3

JSON →
library3.0.1gogounverified

A Go package providing buffered I/O primitives, including buffered readers and writers with configurable buffer sizes.

go get github.com/djherbis/nio/v3
INSTALL
IMPORT
SIG · DJHERBIS-NIO-V3
D
djherbis-nio-v3
utilitygov3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nio
github.com/djherbis/nio/v3

Creates a new buffered reader with a custom buffer.

package main import ( "github.com/djherbis/nio/v3" ) func main() { buf := make([]byte, 1024) reader := nio.NewBufferedReader(nil, buf) _ = reader }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
djherbis-nio-v3 — go get djherbis-nio-v3 · libregistry