Module org.bzdev.base
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.
-
ClassDescriptionWriter that writes to an Appendable.An input stream with a byte count.Reader for CSV (Comma Separated Values) input streams.Writer for CSV (Comma Separated Values) output streams.Class to provide delayed opening of a file input stream.Class to provide delayed opening of a file output stream.Class to provide delayed opening of a file output stream.Reader to remove tabs.Class to provide access to a directory.Class to provide access to a file.Deprecated.Buffered reader with a choice of line terminations.End-of-line Delimiter.Class to read entries in a zip-based file format with an embedded media type.Writer for documents in ZipDoc format.