(String ionText)
| 543 | |
| 544 | // TODO add to IonSystem()? |
| 545 | public byte[] encode(String ionText) |
| 546 | { |
| 547 | IonDatagram dg = loader().load(ionText); // Keep here for breakpoint |
| 548 | return dg.getBytes(); |
| 549 | } |
| 550 | |
| 551 | |
| 552 | public void assertEscape(char expected, char escapedChar) |
no test coverage detected