iod

package
v0.0.0-...-759cef8 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ORW

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

func NewORW

func NewORW(rw RW, off int64) *ORW

func (*ORW) Close

func (s *ORW) Close() error

func (*ORW) ReadAt

func (s *ORW) ReadAt(p []byte, off int64) (n int, err error)

func (*ORW) WriteAt

func (s *ORW) WriteAt(p []byte, off int64) (n int, err error)

type RW

type RW interface {
	io.ReaderAt
	io.WriterAt
	io.Closer
}

Jump to

Keyboard shortcuts

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