Package com.pnfsoftware.jeb.core.input
package com.pnfsoftware.jeb.core.input
Input abstractions and helper types used by units to read binary data from files, byte arrays,
bounded sub-ranges, or lazily provided entries.
-
ClassDescriptionAn
IInputbacked by a byte array or a slice of one.AnIInputbacked by a filesystem entry.Location information within binary input, consisting of an offset and an optional size, plus optional source metadata.Provider of named binary entries, optionally qualified by an integer identifier.Standard input interface for units.Marker interface for objects that describe a location within an input source.Static helper methods forIInput.AnIInputbacked by anIDataProvider.AnIInputexposing a bounded view of another input.