Documentation ¶
Index ¶
- type PartDigests
- func (pd *PartDigests) MarshalBinary() (data []byte, err error)
- func (pd *PartDigests) MarshalText() ([]byte, error)
- func (pd *PartDigests) PartContentMD5(partNumber int64) string
- func (pd *PartDigests) PartContentSHA256(partNumber int64) string
- func (pd *PartDigests) PartLength(partNumber int64) int64
- func (pd *PartDigests) PartOffset(partNumber int64) int64
- func (pd *PartDigests) Parts() int64
- func (pd *PartDigests) TotalLength() uint64
- func (pd *PartDigests) UnmarshalBinary(data []byte) error
- func (pd *PartDigests) UnmarshalText(text []byte) error
- type PartDigestsMaker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PartDigests ¶
type PartDigests struct {
// contains filtered or unexported fields
}
func (*PartDigests) MarshalBinary ¶
func (pd *PartDigests) MarshalBinary() (data []byte, err error)
func (*PartDigests) MarshalText ¶
func (pd *PartDigests) MarshalText() ([]byte, error)
func (*PartDigests) PartContentMD5 ¶
func (pd *PartDigests) PartContentMD5(partNumber int64) string
func (*PartDigests) PartContentSHA256 ¶
func (pd *PartDigests) PartContentSHA256(partNumber int64) string
func (*PartDigests) PartLength ¶
func (pd *PartDigests) PartLength(partNumber int64) int64
func (*PartDigests) PartOffset ¶
func (pd *PartDigests) PartOffset(partNumber int64) int64
func (*PartDigests) Parts ¶
func (pd *PartDigests) Parts() int64
func (*PartDigests) TotalLength ¶
func (pd *PartDigests) TotalLength() uint64
func (*PartDigests) UnmarshalBinary ¶
func (pd *PartDigests) UnmarshalBinary(data []byte) error
func (*PartDigests) UnmarshalText ¶
func (pd *PartDigests) UnmarshalText(text []byte) error
type PartDigestsMaker ¶
type PartDigestsMaker struct {
// contains filtered or unexported fields
}
func (*PartDigestsMaker) Finish ¶
func (pd *PartDigestsMaker) Finish() PartDigests
func (*PartDigestsMaker) Reset ¶
func (pd *PartDigestsMaker) Reset(partSize uint64)
Click to show internal directories.
Click to hide internal directories.