memio

package
v0.0.0-...-a9d482a Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2020 License: MIT Imports: 2 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MemIO

type MemIO interface {
	ReadAt(p []byte, addr uint64) (int, error)
	ReadStrAt(addr uint64) (string, error)
	WriteAt(p []byte, addr uint64) (int, error)
	StreamAt(addr uint64) io.ReadWriter
}

func NewMemIO

func NewMemIO(read, write callback) MemIO

Jump to

Keyboard shortcuts

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