Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过管道将 JSP PrintWriter 输出到另一个以 InputStream 或 Writer 作为参数的支持类。我想知道是否有可能简化这个过程。
当然,我可以将输出写入文件,然后使用 InputStream 读取该文件。
JSP 提供的“另一端”PrintWriter连接到客户端(当然是通过网络)。您可以创建一个新PrintWriter的管道到支持类,并将支持类的输出写入原始 JSP PrintWriter。
PrintWriter