mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Xomw.Preprocessor: Start integrating Preprocessor_Hash [#508]
This commit is contained in:
@@ -21,7 +21,7 @@ class Io_sort_filCmd_reg implements Io_sort_filCmd { // 123|bgn|end|1
|
||||
public void Bfr_add(Io_line_rdr stream) {
|
||||
++itm_count;
|
||||
int key_bgn = stream.Key_pos_bgn(), key_end = stream.Key_pos_end();
|
||||
Bry_.Copy_by_pos(stream.Bfr(), key_bgn, key_end, prv_key, 0); prv_key_len = key_end - key_bgn;
|
||||
Bry_.Copy_to(stream.Bfr(), key_bgn, key_end, prv_key, 0); prv_key_len = key_end - key_bgn;
|
||||
} byte[] prv_key = new byte[1024]; int prv_key_len = 0;
|
||||
public void Fil_bgn(Io_line_rdr stream) {
|
||||
bfr.Add_int_variable(fil_idx++).Add_byte(Byte_ascii.Pipe);
|
||||
|
||||
Reference in New Issue
Block a user