sdkio

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Byte is 8 bits
	Byte int64 = 1
	// KbByte (KiB) is 1024 Bytes
	KbByte = Byte * 1024
	// MbByte (MiB) is 1024 KiB
	MbByte = KbByte * 1024
	// GbByte (GiB) is 1024 MiB
	GbByte = MbByte * 1024
)
View Source
const (
	SeekStart   = io.SeekStart   // seek relative to the origin of the file
	SeekCurrent = io.SeekCurrent // seek relative to the current offset
	SeekEnd     = io.SeekEnd     // seek relative to the end
)

Variables

This section is empty.

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