edu.harvard.hul.ois.jhove.module.pdf.PdfArrayEnd 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;
/** A marker for the parser to return when it encounters the end of
* a PDF array.
*/
public class PdfArrayEnd extends PdfPseudoObject {
private Token token;
public PdfArrayEnd (Token tok) {
token = tok;
}
public Token getToken () {
return token;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy