1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2015-06-28 23:29:30 -04:00
parent bf44bcf3c6
commit d858b74d64
254 changed files with 2058 additions and 1191 deletions

View File

@@ -20,7 +20,7 @@ import gplx.xowa.files.*;
class Xofo_lnki_parser extends Obj_ary_parser_base {
Number_parser parser = new Number_parser(); Xofo_lnki[] ary; int ary_idx;
public Xofo_lnki[] Parse_ary(byte[] bry, int bgn, int end) {
Parse_core(bry, bgn, end, Byte_ascii.Semic, Byte_ascii.NewLine);
Parse_core(bry, bgn, end, Byte_ascii.Semic, Byte_ascii.Nl);
return ary;
}
@Override protected void Ary_len_(int v) {