The io-tools project is a set of libraries written in java to ease the task of using streams.
Set of general purpose utilities for dealing with streams. You can use this library for :
EasyStream is a natural extension of Apache commons-io , providing advanced solutions to some common but not trivial problem. Focus is on performance and low memory footprint.
Please visit the project page for tutorials, guides,forums and more detailed informations.
This library is a format identification software that integrates a native format identification engine with droid and in future will integrate mime-utils and apache tika.
The main goal of this library is to perform a format identification on an InputStream, in a way that is possible to know its content type and "preserve" the data in it for further processing (the data is eventually buffered to memory or to disk in a transparent way).
Features:
Due to a wrong choice of the inner detection library WazFormat has some serious performance issue. Though it is currently used in production in many projects, users should try to limit the number of formats detected.
Please visit the project page for tutorials, guides, forums and more detailed informations.