// SPDX-License-Identifier: (MIT OR Apache-2.0)
use take;
use *;
use terminated;
use IResult;
// ISO 9660 uses a representation for integers with both little
// and big endian representations of the same number.
// This only reads the little endian version.
// The Linux kernel does the same, with a comment about some programs
// generating invalid ISO with incorrect big endian values.