Uses of Class
com.j256.simplemagic.ContentInfo

Packages that use ContentInfo
com.j256.simplemagic Top level code used externally. 
com.j256.simplemagic.entries Internal storing of the entries read from the magic file(s). 
 

Uses of ContentInfo in com.j256.simplemagic
 

Methods in com.j256.simplemagic that return ContentInfo
 ContentInfo ContentInfoUtil.findMatch(byte[] bytes)
          Return the content type from the associated bytes or null if none of the magic entries matched.
 ContentInfo ContentInfoUtil.findMatch(File file)
          Return the content type for the file or null if none of the magic entries matched.
 ContentInfo ContentInfoUtil.findMatch(InputStream inputStream)
          Return the content type for the input-stream or null if none of the magic entries matched.
 ContentInfo ContentInfoUtil.findMatch(String filePath)
          Return the content type for the file or null if none of the magic entries matched.
 

Uses of ContentInfo in com.j256.simplemagic.entries
 

Methods in com.j256.simplemagic.entries that return ContentInfo
 ContentInfo MagicEntry.processBytes(byte[] bytes)
          Returns the content type associated with the bytes or null if it does not match.
 



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.