https://github.com/oldratlee/io-api
π generic API design example by I/O, the demo implementation of the article "A generic input/output API in Java"
https://github.com/oldratlee/io-api
api api-design demo design generic io io-api java
Last synced: 6 months ago
JSON representation
π generic API design example by I/O, the demo implementation of the article "A generic input/output API in Java"
- Host: GitHub
- URL: https://github.com/oldratlee/io-api
- Owner: oldratlee
- License: apache-2.0
- Created: 2013-02-16T13:18:29.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2025-07-22T02:03:22.000Z (6 months ago)
- Last Synced: 2025-07-27T02:41:43.365Z (6 months ago)
- Topics: api, api-design, demo, design, generic, io, io-api, java
- Language: Java
- Homepage: https://github.com/oldratlee/io-api
- Size: 1.18 MB
- Stars: 64
- Watchers: 4
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README-EN.md
- License: LICENSE
Awesome Lists containing this project
README
# π IO API Design
:book: English Documentation | [:book: δΈζζζ‘£](README.md)
------------------------------
- [Function of Package](#function-of-package)
- [More Info](#more-info)
------------------------------
The demo implementation of the generic io api supplied in blog [A generic input/output API in Java](https://web.archive.org/web/20130216100207/http://www.jroller.com/rickard/entry/a_generic_input_output_api) (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
-------------------
- Question or Issue: https://github.com/oldratlee/io-api/issues
