edu.iris.dmc.seed.builder.Builder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-4-seed Show documentation
Show all versions of java-4-seed Show documentation
Java API to work with seismic dataless seed
The newest version!
package edu.iris.dmc.seed.builder;
import java.io.IOException;
import java.util.List;
import edu.iris.dmc.seed.InvalidBlocketteCriteria;
import edu.iris.dmc.seed.SeedException;
public interface Builder {
public List createAll(byte[] bytes) throws SeedException, IOException;
public T create(byte[] bytes) throws SeedException, IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy