package
Version:
v0.0.406
Opens a new window with list of versions in this module.
Published: Mar 14, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func SyncWriter(w io.Writer) io.Writer
type ByteBuffer struct {
}
func NewByteBuffer() *ByteBuffer
func (sb *ByteBuffer) Reader() io.ReadCloser
func (sb *ByteBuffer) Seal() *Sealed
func (sb *ByteBuffer) Snapshot(copyBytes bool) []byte
func (sb *ByteBuffer) Write(p []byte) (int, error)
func (sb *ByteBuffer) Writer() io.Writer
func Seal(b []byte) *Sealed
func (s *Sealed) Bytes() []byte
func (s *Sealed) Reader() io.ReadCloser
func (s *Sealed) Snapshot(_ bool) []byte
func (s *Sealed) Writer() io.Writer
Source Files
¶
Click to show internal directories.
Click to hide internal directories.