1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Parser: Rename Hzip types to Hdb_htxt and Hdb_hzip [#553]

This commit is contained in:
gnosygnu
2019-09-25 23:37:39 -04:00
parent 115ae8139e
commit 518605ece1
8 changed files with 24 additions and 23 deletions

View File

@@ -33,7 +33,7 @@ public class Xowd_data_tstr {
Xoh_page hpg = new Xoh_page();
hpg.Db().Html().Html_bry_(html_bry);
byte[] data = html_bry;
html_db.Tbl__html().Insert(page_id, 0, gplx.core.ios.streams.Io_stream_tid_.Tid__raw, gplx.xowa.htmls.core.hzips.Xoh_hzip_dict_.Hzip__none, Bry_.Empty, Bry_.Empty, Bry_.Empty, data);
html_db.Tbl__html().Insert(page_id, 0, gplx.core.ios.streams.Io_stream_tid_.Tid__raw, gplx.xowa.htmls.core.hzips.Xoh_hzip_dict_.Hdb__htxt, Bry_.Empty, Bry_.Empty, Bry_.Empty, data);
}
public void Text__insert(int page_id, String text) {
Xow_db_file db = wiki.Data__core_mgr().Db__text();