public abstract class PTMIO
extends java.lang.Object
Constructor and Description |
---|
PTMIO() |
Modifier and Type | Method and Description |
---|---|
static float |
cFinal(int cRaw,
int bias,
float scale)
C final.
|
static int |
cFinalInt(int cRaw,
int bias,
float scale)
C final int.
|
static java.lang.String |
getLine(java.io.InputStream in)
Read a line of text.
|
static PTMReader |
getPTMParser(java.io.InputStream in)
Gets the PTM parser.
|
public static float cFinal(int cRaw, int bias, float scale)
cRaw
- the c rawbias
- the biasscale
- the scalepublic static int cFinalInt(int cRaw, int bias, float scale)
cRaw
- the c rawbias
- the biasscale
- the scalepublic static java.lang.String getLine(java.io.InputStream in)
public static PTMReader getPTMParser(java.io.InputStream in) throws java.lang.Exception
in
- the injava.lang.Exception
- the exception