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
2016-02-07 23:20:20 -05:00
parent 6d179ca59d
commit de67253a9c
215 changed files with 3387 additions and 2055 deletions

View File

@@ -30,5 +30,6 @@ public interface Db_rdr {
DateAdp Read_date_by_str(String k);
boolean Read_bool_by_byte(String k);
Object Read_obj(String k);
Object Read_at(int i);
void Rls();
}