com.mcgath.jhove.module.png.UnknownChunk 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 com.mcgath.jhove.module.png;
//import edu.harvard.hul.ois.jhove.RepInfo;
/** Class for chunks of unknown type. These might be errors
* or extensions.
*/
public class UnknownChunk extends PNGChunk {
/** Constructor */
public UnknownChunk(int sig, long leng) {
chunkType = sig;
length = leng;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy