edu.iris.dmc.seed.Record 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 Record {
public int getSequence();
public char getType();
public byte[] getBytes() throws SeedException;
public int getAvailableBytes();
public byte[] get(int length);
public void setBytes(byte[] bytes);
public Blockette next() throws SeedException;
public boolean isContinuation();
public int size();
public byte[] add(byte[] bytes)throws SeedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy