(Internal) Support class for the Parser file.
For more information about this class, see The _ParserFile Class.
Reads large blocks in a safe way. Unlike fp.read(n), this function doesn't trust the user. If the requested size is larger than SAFEBLOCK, the file is read block by block.
(Helper) Save image body to file.
Base class for image file handlers.
For more information about this class, see The ImageFile Class.
Incremental image parser.
For more information about this class, see The Parser Class.
Base class for stub image loaders.
For more information about this class, see The StubImageFile Class.
(Internal) Support class for the Parser file.
Base class for image file handlers.
Incremental image parser. This class implements the standard feed/close consumer interface.
(Consumer) Close the stream.
(Consumer) Feed data to the parser.
(Consumer) Reset the parser. Note that you can only call this method immediately after you've created a parser; parser instances cannot be reused.
Base class for stub image loaders.
A stub loader is an image loader that can identify files of a certain format, but relies on external code to load the file.
(Hook) Find actual image loader.