mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
uca category support and other changes
This commit is contained in:
@@ -54,7 +54,7 @@ public class Db_data_rdr extends DataRdr_base implements DataRdr {
|
||||
@Override public gplx.core.ios.streams.Io_stream_rdr ReadRdr(String key) {
|
||||
try {
|
||||
java.io.InputStream input_stream = rdr.getBinaryStream(key);
|
||||
return gplx.core.ios.streams.Io_stream_rdr_.file_(input_stream);
|
||||
return gplx.core.ios.streams.Io_stream_rdr_.New__raw(input_stream);
|
||||
}
|
||||
catch (SQLException e) {return gplx.core.ios.streams.Io_stream_rdr_.Noop;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user