io

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 2, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File interface {
	Native() native.CFILE
	Close() error
	// contains filtered or unexported methods
}

func OpenFile

func OpenFile(path string, mode string) (File, error)

type Memory

type Memory interface {
	Native() native.Cbytes
	Close() error
	GetSize() native.Clong
	// contains filtered or unexported methods
}

func OpenMemory

func OpenMemory(content []byte, size int) (Memory, error)

Jump to

Keyboard shortcuts

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