net.fornwall.jelf.ElfDataIn Maven / Gradle / Ivy
package net.fornwall.jelf;
public interface ElfDataIn {
short readUnsignedByte() throws ElfException;
short readShort() throws ElfException;
int readInt() throws ElfException;
long readLong() throws ElfException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy