2020-08-27 21:45:09 +00:00
|
|
|
//
|
|
|
|
// Copyright 2020 FoxyUtils ehf. All rights reserved.
|
|
|
|
//
|
|
|
|
// This is a commercial product and requires a license to operate.
|
|
|
|
// A trial license can be obtained at https://unidoc.io
|
|
|
|
//
|
|
|
|
// DO NOT EDIT: generated by unitwist Go source code obfuscator.
|
|
|
|
//
|
|
|
|
// Use of this source code is governed by the UniDoc End User License Agreement
|
|
|
|
// terms that can be accessed at https://unidoc.io/eula/
|
|
|
|
|
2020-09-28 23:18:17 +00:00
|
|
|
package endian ;import (_a "encoding/binary";_da "unsafe";);var (ByteOrder _a .ByteOrder ;_e bool ;);func init (){const _b =int (_da .Sizeof (0));_dg :=1;_bd :=(*[_b ]byte )(_da .Pointer (&_dg ));if _bd [0]==0{_e =true ;ByteOrder =_a .BigEndian ;}else {ByteOrder =_a .LittleEndian ;};};func IsLittle ()bool {return !_e };func IsBig ()bool {return _e };
|