if the Stream is not a File and is not cached, returns nil.
()
| 50 | CacheFullAndWriter(up *UpdateProgress, writer io.Writer) (File, error) |
| 51 | // if the Stream is not a File and is not cached, returns nil. |
| 52 | GetFile() File |
| 53 | } |
| 54 | |
| 55 | type UpdateProgress func(percentage float64) |
no outgoing calls
no test coverage detected