namedpipe

package
v1.3.219 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fifo

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

func New

func New(name string, bufCount, _ int, timeout time.Duration) (*Fifo, error)

func (*Fifo) Close

func (f *Fifo) Close() error

func (*Fifo) Path

func (f *Fifo) Path() string

func (*Fifo) Write

func (f *Fifo) Write(p []byte) (int, error)

type WriteCloserAt

type WriteCloserAt struct {
	*WriterAt
	io.Closer
}

func NewWriteCloserAt

func NewWriteCloserAt(wrc io.WriteCloser) *WriteCloserAt

type WriterAt

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

func NewWriterAt

func NewWriterAt(wr io.Writer) *WriterAt

func (*WriterAt) Write

func (w *WriterAt) Write(data []byte) (int, error)

func (*WriterAt) WriteAt

func (w *WriterAt) WriteAt(data []byte, pos int64) (int, error)

Jump to

Keyboard shortcuts

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