DEADSOFTWARE

Move endian-ness detection into Reader class
[odcread.git] / reader / reader.h
index b7becc0cef671b24d3d4cd968f628d8323dc2396..eb593b5859c074ea74410895d5da467668720164 100644 (file)
@@ -225,6 +225,10 @@ private:
         * Add another component to the current path. If first==true, start a new path.
         */
        void addPathComponent(bool first, const std::string &typeName);
+
+       static bool isBigEndian();
+       static bool isLittleEndian();
+
 };
 
 } // namespace odc