ox:加速Java开发的最佳库

时间:2021-03-13 03:55:14
【文件属性】:
文件名称:ox:加速Java开发的最佳库
文件大小:9.95MB
文件格式:ZIP
更新时间:2021-03-13 03:55:14
Java IO 厌倦了编写10行Java代码来执行简单的IO操作? IO.java是一种干净灵活的API,可在一行代码中完成您想要的事情。 就像IO.from(a).to(b)一样简单 // Read a file to a String String data = IO . from( new File ( " data.txt " )) . toString(); // Read a file as an Image BufferedImage img = IO . from( new File ( " img.png " )) . toImage(); // Read a URL as Json Json json = IO . fromURL( " http://api.website.com/getFriends " ) . toJson(); 写入数据同样容易。 // Writ
【文件预览】:
ox-master
----.gitignore(5B)
----open_src()
--------gson-2.8.2-sources.jar(144KB)
--------guava-27.0.1.zip(8.02MB)
--------objenesis-2.1-sources.jar(43KB)
----src()
--------ox()
----.classpath(936B)
----LICENSE.txt(1KB)
----.settings()
--------org.eclipse.jdt.core.prefs(842B)
----README.md(1KB)
----.project(656B)
----build.xml(1KB)
----lib()
--------slf4j-simple-1.7.2.jar(10KB)
--------objenesis-3.1.jar(59KB)
--------failureaccess-1.0.1.jar(5KB)
--------gson-2.8.2.jar(227KB)
--------guava-27.0.1-jre.jar(2.62MB)
--------slf4j-api-1.7.2.jar(25KB)
----test()
--------ox()

网友评论