File.endianSwap

If true the file's endianness is swapped. Use this if you're dealing with files written in big endian machines. Note that this is about the file format, not CPU type. This is always reset to false whenever you open the file.

  1. bool endianSwap [@property getter]
  2. bool endianSwap [@property setter]
    struct File
    @nogc nothrow @property
    void
    endianSwap
    (
    bool v
    )

Meta