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 class
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.class
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
class
JPEG
Checks whether the JPEG file ends with bytes FFD9 (EOF for JPEGs).
See also:
http://en.wikipedia.org/wiki/JPEG#Syntax_and_structure
class
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
-