* Copyright (C) 2012-2015 ownCloud Inc.
*
* This program is free software: you can redistribute it and/or modify
* Copyright (C) 2012-2015 ownCloud Inc.
*
* This program is free software: you can redistribute it and/or modify
(nRead = in.read(data, 0, data.length)) != -1) {
out.write(data, 0, nRead);
}
(nRead = in.read(data, 0, data.length)) != -1) {
out.write(data, 0, nRead);
}