public class Alignment extends Object
| Modifier and Type | Field and Description |
|---|---|
char[] |
longForm |
int[] |
pointers |
char[] |
shortForm |
| Constructor and Description |
|---|
Alignment(BufferedReader reader) |
Alignment(char[] longForm,
char[] shortForm,
int[] pointers) |
public char[] longForm
public char[] shortForm
public int[] pointers
public Alignment(char[] longForm,
char[] shortForm,
int[] pointers)
public Alignment(BufferedReader reader) throws IOException
IOExceptionpublic void serialize(PrintWriter writer)
public void print()