Package org.xbill.DNS.utils
Class BaseUtils
java.lang.Object
org.xbill.DNS.utils.BaseUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseUtils
BaseUtils()
-
-
Method Details
-
wrapLines
Wrap a long string atlineLengthcharacters.- Parameters:
s- The string to wrap.lineLength- The number of characters per line.prefix- A string prefixing the characters on each line.addClose- Whether to add a close parenthesis or not.- Returns:
- The wrapped string.
-