public interface MimeTyper
| Modifier and Type | Method and Description |
|---|---|
ContentType |
type(InputStream inputStream,
String name)
Guesses the mime type for the given content.
|
ContentType type(InputStream inputStream, String name) throws IOException
inputStream - not nullname - possibly nullIOExceptionCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.