See: Description
| Interface | Description |
|---|---|
| CmdlineContext |
Represents contexts of command line applications.
|
| SeekableFileOutput |
Represents an
OutputStream which can seek. |
| Class | Description |
|---|---|
| CharLayout |
Simple utilities for character based multiline layouts.
|
| CloseableLineIterator |
Closeable LineIterator wrapper.
|
| CmdlineUtils |
Command line related utilities.
|
| DefaultCmdlineContext |
Expose standard functionality.
|
| Histo |
Simple histogram of values.
|
| MU |
Molecule related utilities.
|
| MU.BondList |
Represents a bond list.
|
| ToStrings |
IO related utilities.
|
| U |
Small utility methods.
|
| V3D |
3D vector algebra.
|
| Enum | Description |
|---|---|
| CharLayout.HA |
Possible horizontal alignments.
|
| Exception | Description |
|---|---|
| CmdlineContext.ExitWithNonZeroStatus |
Expected exception when
CmdlineContext.exit(int) invoked with non-zero status. |
| CmdlineContext.ExitWithZeroStatus |
Expected exception when
CmdlineContext.exit(int) invoked with zero status. |