edu.iris.dmc.io.FileWriter 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.io;
import java.io.Closeable;
import java.io.IOException;
import edu.iris.dmc.seed.Volume;
public interface FileWriter extends Closeable{
public boolean isFileTypeSupported(FileFormat.TYPE type);
public void write(Volume volume)throws IOException;
public void write(Volume volume, Formatter formatter)throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy