线程安全
(sr io.ReadSeeker)
| 178 | GetSectionReader(off, length int64) (io.ReadSeeker, error) |
| 179 | // 线程安全 |
| 180 | FreeSectionReader(sr io.ReadSeeker) |
| 181 | // 线程不安全 |
| 182 | DiscardSection(off int64, length int64) error |
| 183 | } |
no outgoing calls
no test coverage detected