buffer

package
v1.3.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2024 License: BSD-3-Clause, MIT Imports: 1 Imported by: 0

Documentation

Overview

Package buffer implements a marshaling buffer for jsonvalue

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Buffer

type Buffer interface {
	WriteByte(byte) error
	Write(d []byte) (int, error)
	WriteString(s string) (int, error)
	WriteRune(r rune) (int, error)
	Bytes() []byte
}

Buffer defines a buffer type

func NewBuffer

func NewBuffer() Buffer

NewBuffer returns a buffer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL