114115116117118119120
} catch (IOException e) { throw new RuntimeException(e); } Map<String, String> headers = Multipart.parseHeaders(headerBlock); return new Part(headers, currentPartStream.branch()); }