//
pkg.gl
Category
github.com/byteplus-sdk/byteplus-go-sdk-v2
internal
sdkio
package
1.0.5
Repository:
https://github.com/byteplus-sdk/byteplus-go-sdk-v2.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
16 SLOC
#
Constants
Byte
Byte is 8 bits.
GbByte
GbByte (GiB) is 1024 MiB.
KbByte
KbByte (KiB) is 1024 Bytes.
MbByte
MbByte (MiB) is 1024 KiB.
SeekCurrent
seek relative to the current offset.
SeekEnd
seek relative to the end.
SeekStart
seek relative to the origin of the file.