All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mcgath.jhove.module.png.UnknownChunk Maven / Gradle / Ivy

There is a newer version: 1.20.1
Show newest version
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