Uncompressed returns an io.ReadCloser for the uncompressed layer contents.
()
| 32 | |
| 33 | // Uncompressed returns an io.ReadCloser for the uncompressed layer contents. |
| 34 | Uncompressed() (io.ReadCloser, error) |
| 35 | |
| 36 | // Returns the mediaType for the compressed Layer |
| 37 | MediaType() (types.MediaType, error) |
no outgoing calls