Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.74 KB

README-EN.md

File metadata and controls

50 lines (35 loc) · 2.74 KB

📐 IO API Design

Github Workflow Build Status Codecov Java support License GitHub Stars GitHub Forks GitHub Issues GitHub repo size gitpod: Ready to Code

📖 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