mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.4.1.1
This commit is contained in:
@@ -33,7 +33,7 @@ public class Xoa_hive_mgr {
|
||||
Io_url file = Xotdb_fsys_mgr.Url_fil(hive_root, fil_idx, fil_ext_bry);
|
||||
tmp_bry = Io_mgr._.LoadFilBry_reuse(file, tmp_bry, bry_len);
|
||||
xdat_rdr.Clear().Parse(tmp_bry, bry_len.Val(), file);
|
||||
tmp_bfr.Mkr_rls().Clear();
|
||||
tmp_bfr.Clear_and_rls();
|
||||
return xdat_rdr;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
// byte[] fmt = (byte[])hash.Get_by_mid(raw, 0, colon_pos); if (fmt == null) return null;
|
||||
// Bry_bfr tmp_bfr = app.Utl__bfr_mkr().Get_b512();
|
||||
// fmtr.Fmt_(fmt).Bld_bfr_many(tmp_bfr, Bry_.Mid(raw, colon_pos + Int_.Const_dlm_len, raw.length));
|
||||
// return tmp_bfr.Mkr_rls().Xto_bry_and_clear();
|
||||
// return tmp_bfr.To_bry_and_rls();
|
||||
// }
|
||||
// public void Clear() {hash.Clear();}
|
||||
// public void Add_one(byte[] alias, byte[] wiki_key) {hash.Add_bry_obj(alias, wiki_key);}
|
||||
|
||||
Reference in New Issue
Block a user