Make pathtools.FileSystem.Open return a ReaderAtSeekerCloser
Both *os.File and *bytes.Buffer support all of io.Reader, io.ReaderAt, io.Seeker and io.Closer. Return a combo interface so that soong_zip can use the result in an io.SectionReader. Test: m checkbuild Change-Id: I31c3ce35e28c52bae20b536b5905de2f8a3d1478
Loading
Please register or sign in to comment