AbstractFileCompleteCheck |
Ancestor for classes that check whether a file is complete.
|
AbstractStrictCheckSizeFileCompleteCheck |
Ancestor for checks that look for EOF markers that can limit the number of bytes to read from the end of the
file used to look for the EOF marker.
|
AbstractStrictFileCompleteCheck |
Ancestor for file checks that
|
BMP |
Checks whether the BMP file has sufficient bytes according to its header.
See also:
https://en.wikipedia.org/wiki/BMP_file_format#File_structure
|
JPEG |
Checks whether the JPEG file ends with bytes FFD9 (EOF for JPEGs).
See also:
http://en.wikipedia.org/wiki/JPEG#Syntax_and_structure
|
JSON |
Checks whether the JSON can be parsed.
|
NoCheck |
Performs no check, always states that file is complete.
|
PNG |
Checks whether the PNG file ends with bytes IEND (EOF for PNGs).
See also:
https://en.wikipedia.org/wiki/Portable_Network_Graphics#Critical_chunks
http://www.libpng.org/pub/png/spec/1.2/PNG-Structure.html#Chunk-layout
http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html#C.IEND
|
XML |
Checks whether the XML can be parsed.
|