public class TypeAwareByteSource
extends com.google.common.io.ByteSource
ByteSource which knows about content mime type| Constructor and Description |
|---|
TypeAwareByteSource(com.google.common.io.ByteSource delegate,
java.lang.String mediaType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMediaType() |
java.io.InputStream |
openStream() |