Package org.bzdev.io


package org.bzdev.io
Package that augments the java.io package.

This package contains Writer and Reader classes - a reader for instances of Document and a writer for an Appendable - and a class to create zip documents with an embedded MIME type.

In addition, there are a series of classes that provide access to specified files, providing access to specific files or directories. Originally this was intended to provide access when a security manager was installed, but the SecurityManager class and related classes are being removed from Java.