io

package
v0.0.30 Latest Latest
Warning

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

Go to latest
Published: May 26, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CopyInfo       = compiler.FunctionInfo{IsAsync: false}
	CopyBufferInfo = compiler.FunctionInfo{IsAsync: false}
	CopyNInfo      = compiler.FunctionInfo{IsAsync: false}
)

Copy functions - these could potentially be async if dealing with large data but for simplicity, we'll keep them sync for now

View Source
var (
	ReadAllInfo     = compiler.FunctionInfo{IsAsync: false}
	ReadAtLeastInfo = compiler.FunctionInfo{IsAsync: false}
	ReadFullInfo    = compiler.FunctionInfo{IsAsync: false}
)

Read functions - sync since they're immediate operations

View Source
var (
	LimitReaderInfo      = compiler.FunctionInfo{IsAsync: false}
	MultiReaderInfo      = compiler.FunctionInfo{IsAsync: false}
	MultiWriterInfo      = compiler.FunctionInfo{IsAsync: false}
	TeeReaderInfo        = compiler.FunctionInfo{IsAsync: false}
	NopCloserInfo        = compiler.FunctionInfo{IsAsync: false}
	NewSectionReaderInfo = compiler.FunctionInfo{IsAsync: false}
	NewOffsetWriterInfo  = compiler.FunctionInfo{IsAsync: false}
)

Utility functions - sync

View Source
var (
	SectionReaderReadInfo   = compiler.FunctionInfo{IsAsync: false}
	SectionReaderSeekInfo   = compiler.FunctionInfo{IsAsync: false}
	SectionReaderReadAtInfo = compiler.FunctionInfo{IsAsync: false}
	SectionReaderSizeInfo   = compiler.FunctionInfo{IsAsync: false}
)

SectionReader methods

View Source
var (
	OffsetWriterWriteInfo   = compiler.FunctionInfo{IsAsync: false}
	OffsetWriterWriteAtInfo = compiler.FunctionInfo{IsAsync: false}
	OffsetWriterSeekInfo    = compiler.FunctionInfo{IsAsync: false}
)

OffsetWriter methods

View Source
var CloserCloseInfo = compiler.FunctionInfo{IsAsync: false}

Closer methods

View Source
var LimitedReaderReadInfo = compiler.FunctionInfo{IsAsync: false}

LimitedReader methods

View Source
var ReaderAtReadAtInfo = compiler.FunctionInfo{IsAsync: false}

ReaderAt methods

View Source
var ReaderReadInfo = compiler.FunctionInfo{IsAsync: false}

Interface methods - sync for basic operations Reader methods

View Source
var SeekerSeekInfo = compiler.FunctionInfo{IsAsync: false}

Seeker methods

View Source
var WriteStringInfo = compiler.FunctionInfo{IsAsync: false}

Write functions - sync

View Source
var WriterAtWriteAtInfo = compiler.FunctionInfo{IsAsync: false}

WriterAt methods

View Source
var WriterWriteInfo = compiler.FunctionInfo{IsAsync: false}

Writer methods

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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