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

com.github.jnthnclt.os.lab.collections.baph.BAPReader Maven / Gradle / Ivy

There is a newer version: 1.12.2
Show newest version
package com.github.jnthnclt.os.lab.collections.baph;

/**
 *
 * @author jonathan.colt
 */
public interface BAPReader {

    byte[] byteArray(long pointer) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy