Documentation ¶
Index ¶
- Constants
- Variables
- func HumanSize(bytes uint64) (s string, err error)
- func Parse(s string) (bytes uint64, err error)
- type ByteSize
- func (b ByteSize) Bytes() uint64
- func (b ByteSize) EBytes() float64
- func (b ByteSize) GBytes() float64
- func (b ByteSize) HR() string
- func (b ByteSize) HumanReadable() string
- func (b ByteSize) KBytes() float64
- func (b ByteSize) MBytes() float64
- func (b ByteSize) MarshalText() ([]byte, error)
- func (b ByteSize) PBytes() float64
- func (b ByteSize) String() string
- func (b ByteSize) TBytes() float64
- func (b *ByteSize) UnmarshalText(t []byte) error
Constants ¶
Variables ¶
View Source
var ErrBits = errors.New("unit with capital unit prefix and lower case unit (b) - bits, not bytes ")
Functions ¶
Types ¶
type ByteSize ¶
type ByteSize uint64
func (ByteSize) HumanReadable ¶
func (ByteSize) MarshalText ¶
func (*ByteSize) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.