Package VASSAL.tools.io
package VASSAL.tools.io
-
Interface SummaryInterfaceDescriptionAn interface for providing read access to files.Pumps an
InputStream
.Pumps anOutputStream
.A factory for temporary files. -
Class SummaryClassDescriptionAn
InputStream
which concatenates otherInputStreams
.AFilterInputStream
which converts a file created withObfuscatingOutputStream
back into plain text.AByteArrayOutputStream
which does not retain its byte buffer, and can produce anInputStream
sharing the same byte buffer.Custom Implementation of FileUtils.byteCountToDisplaySize to fix rounding bugPumps anInputStream
to anOutputStream
.Deprecated, for removal: This API element is subject to removal in a future version.AFilterOutputStream
which handles simple obfuscation of a file's contents, to prevent the casual cheat of hand-editing.A wrapper for returning processes from aProcessLauncher
.An rereadableInputStream
.Tail a file.A class for writing ZIP archives.
IOUtils
instead.