Documentation
¶
Index ¶
- Variables
- func BytesToUint16(in []byte) uint16
- func BytesToUint32(in []byte) uint32
- func BytesToUint64(in []byte) uint64
- func Close(what io.Closer) error
- func ConcatBytes(args ...interface{}) []byte
- func Crc64Of(args ...interface{}) []byte
- func IsDoesContainBox(err error) bool
- func IsDoesNotContainBox(err error) bool
- func MustRead(from io.Reader, to []byte)
- func MustReadBytes(from io.Reader, amount int) []byte
- func MustWrite(what []byte, to io.Writer)
- func MustWritef(to io.Writer, pattern string, args ...interface{})
- func NewApp() *cli.App
- func NewPathError(operation string, path string, detail error) *os.PathError
- func PosFileMode(v os.FileMode) *os.FileMode
- func PtimeTime(v time.Time) *time.Time
- func Read(from io.Reader, to []byte) error
- func ReadBytes(from io.Reader, amount int) ([]byte, error)
- func RunApp(a *cli.App)
- func Seek(to FileOffset, on io.Seeker) error
- func ShowAppVersion(ctx *cli.Context) error
- func Uint16ToBytes(in uint16) []byte
- func Uint32ToBytes(in uint32) []byte
- func Uint64ToBytes(in uint64) []byte
- func UnderlyingError(err error) error
- func Write(what []byte, to io.Writer) error
- func Writef(to io.Writer, pattern string, args ...interface{}) error
- type CliTime
- type ExtendedFileInfo
- type File
- type FileInfo
- type FileOffset
- type FilePredicate
- type FileSize
- type OnClose
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CliHelpRequested bool CliVersionRequested bool )
Functions ¶
func BytesToUint16 ¶
func BytesToUint32 ¶
func BytesToUint64 ¶
func ConcatBytes ¶
func ConcatBytes(args ...interface{}) []byte
func IsDoesContainBox ¶
func IsDoesNotContainBox ¶
func MustWritef ¶
func ShowAppVersion ¶
func Uint16ToBytes ¶
func Uint32ToBytes ¶
func Uint64ToBytes ¶
func UnderlyingError ¶
Types ¶
type ExtendedFileInfo ¶
type FileOffset ¶
type FileOffset int64
type FilePredicate ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.