Uses of Interface
com.pnfsoftware.jeb.core.input.IDataProvider
Packages that use IDataProvider
Package
Description
Input abstractions and helper types used by units to read binary data from files, byte arrays,
bounded sub-ranges, or lazily provided entries.
Standard implementations of basic units objects.
-
Uses of IDataProvider in com.pnfsoftware.jeb.core.input
Constructors in com.pnfsoftware.jeb.core.input with parameters of type IDataProviderModifierConstructorDescriptionLazyInput(IDataProvider prv, String entryName, long hintEntrySize) Create a lazy input for a provider entry.LazyInput(IDataProvider prv, String entryName, long hintEntrySize, int id) Create a lazy input for a provider entry. -
Uses of IDataProvider in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl with parameters of type IDataProviderModifier and TypeMethodDescriptionstatic LazyDataContainerUnit.EntryLazyDataContainerUnit.Entry.create(IDataProvider prv, String entryName, long entrySize, String name, int index) Create a lazy leaf entry.