stream

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stream

type Stream struct {
	// contains filtered or unexported fields
}

Stream is a structure that implements a byte stream.

func New

func New() *Stream

New criate a new instance of Stream.

func (*Stream) Close

func (s *Stream) Close() error

Close marck the stream as closed.

func (*Stream) Read

func (s *Stream) Read(p []byte) (n int, err error)

Read implements the io.Reader interface. Blocks until data is available or the stream is closed.

func (*Stream) Write

func (s *Stream) Write(p []byte) (n int, err error)

Write implements the io.Writer interface.

Jump to

Keyboard shortcuts

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