为了账号安全,请及时绑定邮箱和手机立即绑定

为什么这个测试方法的input不需要close呢?

为什么这个测试方法的input不需要close呢?

玩蜡笔小破孩 2016-08-10 21:21:59
@Test  public void testWriteBlob() throws Exception  {   //创建学生对象   Students s= new Students(1,"张三丰","男",new Date(),"武当山");   //获得照片文件   File f= new File("img"+File.separator+"cat.jpg");   //获得照片文件的输入流   InputStream input = new FileInputStream(f);   //创建一个Blob对象    Blob image = Hibernate.getLobCreator(session).createBlob(input,input.available());   s.setPicture(image);   session.save(s);  }
查看完整描述

1 回答

?
_潇潇暮雨

TA贡献646条经验 获得超225个赞

最好还是关下吧。

查看完整回答
反对 回复 2016-08-10
  • 1 回答
  • 0 关注
  • 1405 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信