Serializes a text. @param value value @param ftp full-text positions, used for visualization highlighting (can be null) @throws IOException I/O exception
(final byte[] value, final FTPos ftp)
| 347 | * @throws IOException I/O exception |
| 348 | */ |
| 349 | @SuppressWarnings("unused") |
| 350 | protected void text(final byte[] value, final FTPos ftp) throws IOException { } |
| 351 | |
| 352 | /** |
| 353 | * Serializes a comment. |
no outgoing calls
no test coverage detected