Uses of Class
adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck
-
Packages that use AbstractStrictCheckSizeFileCompleteCheck Package Description adams.core.io.filecomplete -
-
Uses of AbstractStrictCheckSizeFileCompleteCheck in adams.core.io.filecomplete
Subclasses of AbstractStrictCheckSizeFileCompleteCheck in adams.core.io.filecomplete Modifier and Type Class Description 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
-