()
| 200 | } |
| 201 | |
| 202 | public String toLine() { |
| 203 | return new StringBuffer() |
| 204 | .append(command_id) |
| 205 | .append((char) 0x09) |
| 206 | .append(getKeyName(key, modificator)) |
| 207 | .toString(); |
| 208 | } |
| 209 | |
| 210 | public static UserKey createFromDataInputStream(DataInputStream inputStream) throws IOException { |
| 211 | UserKey u = new UserKey(); |
no test coverage detected