//
pkg.gl
Category
github.com/aws/smithy-go
io
package
1.20.4
Repository:
https://github.com/aws/smithy-go.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
694
Files
93 SLOC
#
Functions
NewRingBuffer
NewRingBuffer method takes in a byte slice as an input and returns a RingBuffer.
#
Constants
Byte
Byte is 8 bits.
GibiByte
GibiByte (GiB) is 1024 MiB.
KibiByte
KibiByte (KiB) is 1024 Bytes.
MebiByte
MebiByte (MiB) is 1024 KiB.
#
Structs
ReadSeekNopCloser
ReadSeekNopCloser wraps an io.ReadSeeker with an additional Close method that does nothing.
RingBuffer
RingBuffer struct satisfies io.ReadWrite interface.