(password string)
| 59 | } |
| 60 | |
| 61 | func (f *WrapFile) SetPassword(password string) { |
| 62 | f.f.SetPassword(password) |
| 63 | } |
| 64 | |
| 65 | func makePart(ss *stream.SeekableStream) (zip.SizeReaderAt, error) { |
| 66 | ra, err := stream.NewReadAtSeeker(ss, 0) |
nothing calls this directly
no test coverage detected