Sets whether a BOM (Byte Order Mark) is present. @param isBom true if a BOM is present
(boolean isBom)
| 640 | * @param isBom true if a BOM is present |
| 641 | */ |
| 642 | public void setIsBomPresent(boolean isBom) { |
| 643 | isBomPresent = isBom; |
| 644 | } |
| 645 | |
| 646 | /** |
| 647 | * Returns whether a BOM (Byte Order Mark) is present. |