All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.fornwall.jelf.ElfDataIn Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
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