Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrExceedLimit = errors.New("write exceed limit")
Functions ¶
Types ¶
type SectionWriter ¶
type SectionWriter struct {
// contains filtered or unexported fields
}
func NewSectionWriter ¶
func NewSectionWriter(w io.WriterAt, off int64, n int64) *SectionWriter
func (*SectionWriter) Size ¶
func (s *SectionWriter) Size() int64
Size returns the size of the section in bytes.
Click to show internal directories.
Click to hide internal directories.