Package org.tranche.streams

Streams useful for uploading projects, creating temporary files, etc.

See:
          Description

Class Summary
AESEncodingStream Encrypted file output stream.
DeleteFileOnExitFileInputStream A helper class that extends FileOutputStream and automatically deletes the file that it is reading once the close() method is invoked.
GZIPEncodingStream A stream to encode a stream of data in GZIP and outputting to a given output stream.
PrettyPrintStream Outputs text in a formatted way.
StringPrintStream Returns contents of everything writen to print stream as string.
WrappedOutputStream A wrapper class that lets the AddFielTool upload data on-the-fly without requiring temporary files when downloading.
 

Package org.tranche.streams Description

Streams useful for uploading projects, creating temporary files, etc.



This code is free for use both commercially and non-commercially as stated in the project's license