public class QuickTimeTypeChecker extends Object implements TypeChecker
Constructor and Description |
---|
QuickTimeTypeChecker() |
Modifier and Type | Method and Description |
---|---|
FileType |
checkType(byte[] bytes)
Returns the file type identified within 'bytes', otherwise 'Unknown'.
|
int |
getByteCount()
Gets the number of bytes this type checker needs in order to identify its file type.
|
public int getByteCount()
TypeChecker
getByteCount
in interface TypeChecker
public FileType checkType(byte[] bytes)
TypeChecker
checkType
in interface TypeChecker
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.