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]
    struct File
    @nogc nothrow @property
    bool
    endianSwap
    ()
  2. bool endianSwap [@property setter]

Meta