Example #1
0
        // constructors etc. --------------------------------------------------- ***

        // port of ubidi_openProps()
        private UBiDiProps()
        {
            ByteBuffer bytes = ICUBinary.GetData(DATA_FILE_NAME);

            ReadData(bytes);
        }