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.
  • Class
    Description
    An IInput backed by a byte array or a slice of one.
    An IInput backed 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 for IInput.
    An IInput backed by an IDataProvider.
    An IInput exposing a bounded view of another input.