333334335336337338339340341342343
} public void writeRawGitFile(String sha1, InputStream is) throws IOException { InputStreamSource iss = new InputStreamSource(is); StreamSource source = new StreamSource(iss); DeploySendQuery query = new DeploySendQuery(sha1, source);
232233234235236237238239240241242
} public void sendRawFile(String sha1, InputStream is) throws IOException { InputStreamSource iss = new InputStreamSource(is); StreamSource source = new StreamSource(iss); DeploySendQuery query = new DeploySendQuery(sha1, source);