(final DataOutput out)
| 129 | } |
| 130 | |
| 131 | @Override |
| 132 | public void write(final DataOutput out) throws IOException { |
| 133 | out.writeToken(string(null)); |
| 134 | } |
| 135 | |
| 136 | /** |
| 137 | * Returns the date and time. |
nothing calls this directly
no test coverage detected