HelloWorld 善战者,求之于势,不责于人;故能择人而任势。

知止而后有定,定而后能静,静而后能安,安而后能虑,虑而后能得。物有本末,事有终始。知所先后,则近道矣。

  BlogJava :: 首页 ::  :: 联系 ::  :: 管理 ::
  167 随笔 :: 1 文章 :: 40 评论 :: 0 Trackbacks
  • 转自http://mingkg21.javaeye.com/blog/431067
  • private byte[] InputStreamToByte(InputStream is) throws IOException {   
  •    ByteArrayOutputStream bytestream = new ByteArrayOutputStream();   
  •    int ch;   
  •    while ((ch = is.read()) != -1) {   
  •     bytestream.write(ch);   
  •    }   
  •    byte imgdata[] = bytestream.toByteArray();   
  •    bytestream.close();   
  •    return imgdata;   
  •   }  
  •  

    1. byte[] data;   
    2. InputStream is = new ByteArrayInputStream(data);  




     



    </script>

    posted on 2009-10-12 22:25 helloworld2008 阅读(914) 评论(0)  编辑  收藏 所属分类: java

    只有注册用户登录后才能发表评论。


    网站导航: