1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 20:04:51 +02:00
Smack/source/org/jivesoftware/smackx/bytestreams
Florian Schmaus cd15d7499d Fix erroneous cast from byte to int in IBBInputStream's read()
method. The casted value needs to be masked with 0xff, because bytes
in java are signed (two's complement)

Fixes SMACK-394

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13387 b35dd754-fafc-0310-a699-88a17e54d16e
2013-01-05 12:53:45 +00:00
..
ibb Fix erroneous cast from byte to int in IBBInputStream's read() 2013-01-05 12:53:45 +00:00
socks5 Moved utility class to the core, since it is not extension related and useful for all code. 2011-09-21 23:57:34 +00:00
BytestreamListener.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
BytestreamManager.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
BytestreamRequest.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
BytestreamSession.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00