issues
search
VEuPathDB
/
lib-eda-subsetting
Provides Java interface to query and provide EDA data and metadata from a database
Apache License 2.0
0
stars
0
forks
source link
Skip string when encoding as UTF-8
#20
Closed
dmgaldi
closed
1 year ago
dmgaldi
commented
1 year ago
Overview
Update string output stream to read string bytes directly instead of decoding to Java String
This allows us to write the UTF-8 bytes to the output stream without unnecessarily decoding them
dmgaldi
commented
1 year ago
This is going to be made obsolete by a coming PR.
Overview