Package com.drew.imaging
Interface TypeChecker
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Used by
FileTypeDetector for file types that cannot be identified by a simple byte-prefix analysis.-
Method Summary
Modifier and TypeMethodDescriptioncheckType(byte[] bytes) Deprecated.Returns the file type identified within 'bytes', otherwise 'Unknown'.intDeprecated.Gets the number of bytes this type checker needs in order to identify its file type.
-
Method Details
-
getByteCount
int getByteCount()Deprecated.Gets the number of bytes this type checker needs in order to identify its file type. -
checkType
Deprecated.Returns the file type identified within 'bytes', otherwise 'Unknown'.
-