| Interface | Description |
|---|---|
| URLHelper |
Interface defining a helper class for dealing with URL resources.
|
| Class | Description |
|---|---|
| FTPHelper | |
| HTTPHelper |
Simple implementation of URLHelper based on the JDK URL and HttpURLConnection classes.
|
| LittleEndianInputStream |
Input stream with methods to convert byte arrays to numeric values using "little endian" order.
|
| LittleEndianOutputStream | |
| MathUtils |
a collection of functions and classes for various common calculations
|
| MathUtils.RunningStat |
a class for calculating moving statistics - this class returns the
mean, variance, and std dev after accumulating any number of records.
|
| ParsingUtils | |
| RemoteURLHelper |
Implementation of URLHelper designed for remote resources.
|
| TabixUtils |
classes that have anything to do with tabix
|
| TabixUtils.TIndex | |
| TabixUtils.TIntv | |
| TabixUtils.TPair64 |