* @param length Content's byte size.
* @param contentType The content type of the attachment
* @param inline true to set the response Content-Disposition to inline
*/
protected static void renderBinary(InputStream is, String name, long length, String contentType, boolean inline) {
throw new RenderBinary(is, name, length, contentType, inline);
}