Colin Mahoney 8374b3dd67 CB-5631 Removed SimpleTrackingInputStream.read(byte[] buffer)
InputStream.read(byte[] buffer) calls InputStream.read(byte[] bytes, int
offset, int count).  As SimpleTrackingInputStream overrides both these
methods a call to SimpleTrackingInputStream.read(byte[] buffer) results
in a call to SimpleTrackingInputStream.read(byte[] bytes, int offset,
int count) - and two calls to SimpleTrackingInputStream.updateBytesRead,
so the counter bytesRead gets incremented twice for each read.
2014-01-10 12:16:26 -05:00
2013-07-15 17:59:21 -07:00
2013-08-06 14:42:09 -07:00

org.apache.cordova.file-transfer

Plugin documentation: doc/index.md

S
Description
No description provided
Readme Apache-2.0 2.2 MiB
Languages
JavaScript 57%
Java 22.8%
Objective-C 20.2%