Returns the byte length of a (possibly compressed) text (text, comment, pi, document). @param pre PRE value @param text text/attribute flag @return length
(int pre, boolean text)
| 498 | * @return length |
| 499 | */ |
| 500 | public abstract int textLen(int pre, boolean text); |
| 501 | |
| 502 | // UPDATE OPERATIONS ============================================================================ |
| 503 |
no outgoing calls
no test coverage detected