221222223224225226227
* @param stream * The response input stream. * @return The wrapping representation. */ protected Representation getRepresentation(InputStream stream) { return new InputRepresentation(stream, null); }