(si *streamsInfo, f int)
| 337 | } |
| 338 | |
| 339 | func (z *Reader) folderReader(si *streamsInfo, f int) (*folderReadCloser, uint32, bool, error) { |
| 340 | // Create a SectionReader covering all of the streams data |
| 341 | return si.folderReader(io.NewSectionReader(z.r, z.start, z.end-z.start), f, z.p) |
| 342 | } |
| 343 | |
| 344 | const ( |
| 345 | chunkSize = 4096 |
no outgoing calls