摘要: import java.io.ByteArrayInputStream;import java.io.ByteArrayOutputStream;import java.io.IOException;public class Test { public static void main(String[] args) throws IOException { ByteArrayInputStream bis = new ByteArrayInputStream("abcedf".getBytes()); ByteArrayOutputStream... 阅读全文
posted @ 2014-03-14 00:02 胡椒粉hjf 阅读(154) 评论(0) 推荐(0)