File returns the fd for the read stream of the underlying processor
()
| 77 | type RawProcessor interface { |
| 78 | // File returns the fd for the read stream of the underlying processor |
| 79 | File() *os.File |
| 80 | } |
| 81 | |
| 82 | // StreamProcessor handles processing a content stream and transforming it into a different media-type |
no outgoing calls