frostwire / frostwire-jlibtorrent

A swig Java interface for libtorrent by the makers of FrostWire. Develop libtorrent based apps with the joy of coding in Java.
http://www.frostwire.com
MIT License
451 stars 138 forks source link

Error in Vectors.byte_vector2string #277

Closed master255 closed 2 years ago

master255 commented 2 years ago

@gubatron Vectors.byte_vector2string Very rarely returns the wrong result Better to use: new String(Vectors.byte_vector2bytes(vector), CHARSET)