edu.iris.dmc.seed.Blockette 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;
public interface Blockette {
public int getId();
public void setId(int id);
public int getType();
public int getSize() throws SeedException;
public int getLength();
public String getTitle();
public void setTitle(String name);
public String describe() throws SeedException;
public Volume getVolume();
public void setVolume(Volume volume);
public String getOriginalText();
public String toSeedString() throws SeedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy