edu.harvard.hul.ois.jhove.module.pdf.PdfPseudoObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jhove-modules Show documentation
Show all versions of jhove-modules Show documentation
The JHOVE HUL validation modules.
package edu.harvard.hul.ois.jhove.module.pdf;
/** Pseudo-objects are entities returned by the parser that don't
* corresond to objects, such as dictionary and array enders. */
public abstract class PdfPseudoObject extends PdfObject {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy