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

com.lti.civil.Image Maven / Gradle / Ivy

/*
 * Created on May 25, 2005
 */
package com.lti.civil;


/**
 * 
 * @author Ken Larson
 */
public interface Image
{
	public byte[] getBytes();
	
	public VideoFormat getFormat();
	/** milliseconds, like System.currentTimeMillis. */
	public long getTimestamp();	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy