/io-api

api design example by io, the demo code of http://www.jroller.com/rickard/entry/a_generic_input_output_api

Primary LanguageJava

IO API设计

博文A generic input/output API in Java【译】Java的通用I/O API)中提供通用IO API的Demo实现。

包的功能

package com.oldratlee.io.core
	核心接口
package com.oldratlee.io.core.filter
	filter功能
package com.oldratlee.io.utils
	工具类
package com.oldratlee.io.demo
	demo

更多信息

IO API Design

The demo implementation of the generic io api supplied in blog A generic input/output API in Java.

Function of Package

package com.oldratlee.io.core
	core interface
package com.oldratlee.io.core.filter
	filter function
package com.oldratlee.io.utils
	utils classes
package com.oldratlee.io.demo
	demo class

More Info