333435363738394041
outStream.write(buffer, 0, readed); } finally { input.close(); } } catch (IOException e) { throw new RedmineCommunicationException(e); } return null; }