diff options
Diffstat (limited to 'unipdf/internal/endian')
| -rw-r--r-- | unipdf/internal/endian/endian.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/unipdf/internal/endian/endian.go b/unipdf/internal/endian/endian.go new file mode 100644 index 0000000..0d2614c --- /dev/null +++ b/unipdf/internal/endian/endian.go @@ -0,0 +1,13 @@ +// +// 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 (_a "encoding/binary";_d "unsafe";);func IsLittle ()bool {return !_e };func init (){const _aa =int (_d .Sizeof (0));_f :=1;_bc :=(*[_aa ]byte )(_d .Pointer (&_f ));if _bc [0]==0{_e =true ;ByteOrder =_a .BigEndian ;}else {ByteOrder =_a .LittleEndian ; +};};var (ByteOrder _a .ByteOrder ;_e bool ;);func IsBig ()bool {return _e };
\ No newline at end of file |
