static NanoHTTPD.Response servePartialContent(S mimeType, InputStream inputStream, long length) ctex { ret NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Status.PARTIAL_CONTENT, mimeType, inputStream, length); }