io-api

πŸ“ generic API design example by I/O, the demo implementation of https://dzone.com/articles/generic-inputoutput-api-java

APACHE-2.0 License

Stars
60

πŸ“ IO API Design

πŸ“– English Documentation | πŸ“– δΈ­ζ–‡ζ–‡ζ‘£



The demo implementation of the generic io api supplied in blog A generic input/output API in Java (PS: [Original blog link]((http://www.jroller.com/rickard/entry/a_generic_input_output_api) is broken...)

Function of Package

  • package com.oldratlee.io.core
    core interfaces
  • package com.oldratlee.io.core.filter
    implementation class of Filter
  • package com.oldratlee.io.utils
    utils classes
  • package com.oldratlee.io.demo
    Main classes of Demo sample

More Info