Uses of Class
adams.core.io.filecomplete.AbstractStrictFileCompleteCheck
-
Packages that use AbstractStrictFileCompleteCheck Package Description adams.core.io.filecomplete -
-
Uses of AbstractStrictFileCompleteCheck in adams.core.io.filecomplete
Subclasses of AbstractStrictFileCompleteCheck in adams.core.io.filecomplete Modifier and Type Class Description classAbstractStrictCheckSizeFileCompleteCheckAncestor 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.classBMPChecks whether the BMP file has sufficient bytes according to its header.
See also:
https://en.wikipedia.org/wiki/BMP_file_format#File_structure
classJPEGChecks whether the JPEG file ends with bytes FFD9 (EOF for JPEGs).
See also:
http://en.wikipedia.org/wiki/JPEG#Syntax_and_structure
classPNGChecks 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
-