public interface

IDataProvider

com.pnfsoftware.jeb.core.input.IDataProvider

Class Overview

Definition of a bytes provider, whose key can be augmented by an integer id (version code).

Summary

Public Methods
abstract byte[] getDataBytes(String key, int id)
abstract long getDataSize(String key, int id)

Public Methods

public abstract byte[] getDataBytes (String key, int id)

public abstract long getDataSize (String key, int id)