type mime/multipart.sectionReadCloser (struct)

Method Implmentations (1 other method implements nothing)


Read(p []byte) (n int, err error) M : File.Read M : io.ReadCloser.Read M : io.Reader.Read M : io.ReadSeekCloser.Read M : io.ReadSeeker.Read
ReadAt(p []byte, off int64) (n int, err error) M : File.ReadAt M : io.ReaderAt.ReadAt
Seek(offset int64, whence int) (int64, error) M : File.Seek M : io.ReadSeekCloser.Seek M : io.ReadSeeker.Seek M : io.Seeker.Seek