mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-27 13:48:51 +08:00
12 lines
741 B
Go
12 lines
741 B
Go
//
|
|
// 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/
|
|
|
|
package endian ;import (_c "encoding/binary";_d "unsafe";);func IsBig ()bool {return _a };func init (){const _ec =int (_d .Sizeof (0));_eb :=1;_b :=(*[_ec ]byte )(_d .Pointer (&_eb ));if _b [0]==0{_a =true ;ByteOrder =_c .BigEndian ;}else {ByteOrder =_c .LittleEndian ;};};var (ByteOrder _c .ByteOrder ;_a bool ;);func IsLittle ()bool {return !_a }; |