Thread IO Package Version 1.0.

The purpose of this package is to provide thread based system IO. This service allows a unique System.out, System.in, and System.err stream on a per thread basis. Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:

Import-Package: org.osgi.service.threadio; version="[1.0,2.0)"