Package-level declarations

Types

Link copied to clipboard
class AppendFile(fileName: String, out: OutputFormat = DefaultOutput()) : BasicOutput
Link copied to clipboard
class DebugOutput : OutputFormat
Link copied to clipboard
class DefaultOutput : OutputFormat
Link copied to clipboard
class StdOut(output: PrintStream = System.out, format: OutputFormat = DefaultOutput()) : BasicOutput
Link copied to clipboard
class WriteFile(fileName: String, out: OutputFormat = DefaultOutput()) : BasicOutput