Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Base64 (Apache Commons Codec 1.17.0 API)</title> +<title>Base64 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary, class: Base64"> @@ -344,7 +344,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="<init>()"> <h3>Base64</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-512">Base64</a></span>()</div> +<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-511">Base64</a></span>()</div> <div class="block">Constructs a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode. <p> When encoding the line length is 0 (no chunking), and the encoding table is STANDARD_ENCODE_TABLE. @@ -357,7 +357,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="<init>(boolean)"> <h3>Base64</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-530">Base64</a></span><wbr><span class="parameters">(boolean urlSafe)</span></div> +<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-529">Base64</a></span><wbr><span class="parameters">(boolean urlSafe)</span></div> <div class="block">Constructs a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode. <p> When encoding the line length is 76, the line separator is CRLF, and the encoding table is STANDARD_ENCODE_TABLE. @@ -377,7 +377,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="<init>(int)"> <h3>Base64</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-554">Base64</a></span><wbr><span class="parameters">(int lineLength)</span></div> +<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-553">Base64</a></span><wbr><span class="parameters">(int lineLength)</span></div> <div class="block">Constructs a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode. <p> When encoding the line length is given in the constructor, the line separator is CRLF, and the encoding table is @@ -402,7 +402,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="<init>(int,byte[])"> <h3>Base64</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-581">Base64</a></span><wbr><span class="parameters">(int lineLength, +<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-580">Base64</a></span><wbr><span class="parameters">(int lineLength, byte[] lineSeparator)</span></div> <div class="block">Constructs a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode. <p> @@ -431,7 +431,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="<init>(int,byte[],boolean)"> <h3>Base64</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-612">Base64</a></span><wbr><span class="parameters">(int lineLength, +<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-611">Base64</a></span><wbr><span class="parameters">(int lineLength, byte[] lineSeparator, boolean urlSafe)</span></div> <div class="block">Constructs a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode. @@ -464,7 +464,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="<init>(int,byte[],boolean,org.apache.commons.codec.CodecPolicy)"> <h3>Base64</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-644">Base64</a></span><wbr><span class="parameters">(int lineLength, +<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-643">Base64</a></span><wbr><span class="parameters">(int lineLength, byte[] lineSeparator, boolean urlSafe, <a href="../CodecPolicy.html" title="enum in org.apache.commons.codec">CodecPolicy</a> decodingPolicy)</span></div> @@ -554,7 +554,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="decodeInteger(byte[])"> <h3>decodeInteger</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/math/BigInteger.html" title="class or interface in java.math" class="external-link">BigInteger</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-231">decodeInteger</a></span><wbr><span class="parameters">(byte[] pArray)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/math/BigInteger.html" title="class or interface in java.math" class="external-link">BigInteger</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-230">decodeInteger</a></span><wbr><span class="parameters">(byte[] pArray)</span></div> <div class="block">Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.</div> <dl class="notes"> <dt>Parameters:</dt> @@ -569,7 +569,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="encodeBase64(byte[])"> <h3>encodeBase64</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-242">encodeBase64</a></span><wbr><span class="parameters">(byte[] binaryData)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-241">encodeBase64</a></span><wbr><span class="parameters">(byte[] binaryData)</span></div> <div class="block">Encodes binary data using the base64 algorithm but does not chunk the output.</div> <dl class="notes"> <dt>Parameters:</dt> @@ -582,7 +582,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="encodeBase64(byte[],boolean)"> <h3>encodeBase64</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-257">encodeBase64</a></span><wbr><span class="parameters">(byte[] binaryData, +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-256">encodeBase64</a></span><wbr><span class="parameters">(byte[] binaryData, boolean isChunked)</span></div> <div class="block">Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.</div> <dl class="notes"> @@ -599,7 +599,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="encodeBase64(byte[],boolean,boolean)"> <h3>encodeBase64</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-276">encodeBase64</a></span><wbr><span class="parameters">(byte[] binaryData, +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-275">encodeBase64</a></span><wbr><span class="parameters">(byte[] binaryData, boolean isChunked, boolean urlSafe)</span></div> <div class="block">Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.</div> @@ -621,7 +621,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="encodeBase64(byte[],boolean,boolean,int)"> <h3>encodeBase64</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-297">encodeBase64</a></span><wbr><span class="parameters">(byte[] binaryData, +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-296">encodeBase64</a></span><wbr><span class="parameters">(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize)</span></div> @@ -645,7 +645,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="encodeBase64Chunked(byte[])"> <h3>encodeBase64Chunked</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-322">encodeBase64Chunked</a></span><wbr><span class="parameters">(byte[] binaryData)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-321">encodeBase64Chunked</a></span><wbr><span class="parameters">(byte[] binaryData)</span></div> <div class="block">Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks</div> <dl class="notes"> <dt>Parameters:</dt> @@ -658,7 +658,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="encodeBase64String(byte[])"> <h3>encodeBase64String</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-337">encodeBase64String</a></span><wbr><span class="parameters">(byte[] binaryData)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-336">encodeBase64String</a></span><wbr><span class="parameters">(byte[] binaryData)</span></div> <div class="block">Encodes binary data using the base64 algorithm but does not chunk the output. NOTE: We changed the behavior of this method from multi-line chunking (commons-codec-1.4) to @@ -676,7 +676,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="encodeBase64URLSafe(byte[])"> <h3>encodeBase64URLSafe</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-350">encodeBase64URLSafe</a></span><wbr><span class="parameters">(byte[] binaryData)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-349">encodeBase64URLSafe</a></span><wbr><span class="parameters">(byte[] binaryData)</span></div> <div class="block">Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output. The url-safe variation emits - and _ instead of + and / characters. <b>Note: no padding is added.</b></div> @@ -693,7 +693,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="encodeBase64URLSafeString(byte[])"> <h3>encodeBase64URLSafeString</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-363">encodeBase64URLSafeString</a></span><wbr><span class="parameters">(byte[] binaryData)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-362">encodeBase64URLSafeString</a></span><wbr><span class="parameters">(byte[] binaryData)</span></div> <div class="block">Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output. The url-safe variation emits - and _ instead of + and / characters. <b>Note: no padding is added.</b></div> @@ -710,7 +710,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="encodeInteger(java.math.BigInteger)"> <h3>encodeInteger</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-377">encodeInteger</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/math/BigInteger.html" title="class or interface in java.math" class="external-link">BigInteger</a> bigInteger)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-376">encodeInteger</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/math/BigInteger.html" title="class or interface in java.math" class="external-link">BigInteger</a> bigInteger)</span></div> <div class="block">Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.</div> <dl class="notes"> <dt>Parameters:</dt> @@ -728,7 +728,7 @@ loadScripts(document, 'script');</script <section class="detail" id="isArrayByteBase64(byte[])"> <h3>isArrayByteBase64</h3> <div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a> -</span><span class="modifiers">public static</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-392">isArrayByteBase64</a></span><wbr><span class="parameters">(byte[] arrayOctet)</span></div> +</span><span class="modifiers">public static</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-391">isArrayByteBase64</a></span><wbr><span class="parameters">(byte[] arrayOctet)</span></div> <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span> <div class="deprecation-comment">1.5 Use <a href="#isBase64(byte%5B%5D)"><code>isBase64(byte[])</code></a>, will be removed in 2.0.</div> </div> @@ -746,7 +746,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="isBase64(byte)"> <h3>isBase64</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-405">isBase64</a></span><wbr><span class="parameters">(byte octet)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-404">isBase64</a></span><wbr><span class="parameters">(byte octet)</span></div> <div class="block">Returns whether or not the <code>octet</code> is in the base 64 alphabet.</div> <dl class="notes"> <dt>Parameters:</dt> @@ -761,7 +761,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="isBase64(byte[])"> <h3>isBase64</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-419">isBase64</a></span><wbr><span class="parameters">(byte[] arrayOctet)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-418">isBase64</a></span><wbr><span class="parameters">(byte[] arrayOctet)</span></div> <div class="block">Tests a given byte array to see if it contains only valid characters within the Base64 alphabet. Currently the method treats whitespace as valid.</div> <dl class="notes"> @@ -778,7 +778,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="isBase64(java.lang.String)"> <h3>isBase64</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-438">isBase64</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> base64)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-437">isBase64</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> base64)</span></div> <div class="block">Tests a given String to see if it contains only valid characters within the Base64 alphabet. Currently the method treats whitespace as valid.</div> <dl class="notes"> @@ -795,7 +795,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="isInAlphabet(byte)"> <h3>isInAlphabet</h3> -<div class="member-signature"><span class="modifiers">protected</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-914">isInAlphabet</a></span><wbr><span class="parameters">(byte octet)</span></div> +<div class="member-signature"><span class="modifiers">protected</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-913">isInAlphabet</a></span><wbr><span class="parameters">(byte octet)</span></div> <div class="block">Returns whether or not the <code>octet</code> is in the Base64 alphabet.</div> <dl class="notes"> <dt>Specified by:</dt> @@ -810,7 +810,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="isUrlSafe()"> <h3>isUrlSafe</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-925">isUrlSafe</a></span>()</div> +<div class="member-signature"><span class="modifiers">public</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/binary/Base64.html#line-924">isUrlSafe</a></span>()</div> <div class="block">Returns our current encode mode. True if we're URL-safe, false otherwise.</div> <dl class="notes"> <dt>Returns:</dt>
Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64InputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64InputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64InputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Base64InputStream (Apache Commons Codec 1.17.0 API)</title> +<title>Base64InputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary, class: Base64InputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64OutputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64OutputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64OutputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Base64OutputStream (Apache Commons Codec 1.17.0 API)</title> +<title>Base64OutputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary, class: Base64OutputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodec.AbstractBuilder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodec.AbstractBuilder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodec.AbstractBuilder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>BaseNCodec.AbstractBuilder (Apache Commons Codec 1.17.0 API)</title> +<title>BaseNCodec.AbstractBuilder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary, class: BaseNCodec, class: AbstractBuilder"> @@ -170,7 +170,7 @@ implements <a href="https://docs.oracle. <dt>Parameters:</dt> <dd><code>decodingPolicy</code> - the decoding policy, null resets to the default.</dd> <dt>Returns:</dt> -<dd>this.</dd> +<dd><code>this</code> instance.</dd> </dl> </section> </li> @@ -183,7 +183,7 @@ implements <a href="https://docs.oracle. <dt>Parameters:</dt> <dd><code>encodeTable</code> - the encode table, null resets to the default.</dd> <dt>Returns:</dt> -<dd>this.</dd> +<dd><code>this</code> instance.</dd> </dl> </section> </li> @@ -196,7 +196,7 @@ implements <a href="https://docs.oracle. <dt>Parameters:</dt> <dd><code>lineLength</code> - the line length, less than 0 resets to the default.</dd> <dt>Returns:</dt> -<dd>this.</dd> +<dd><code>this</code> instance.</dd> </dl> </section> </li> @@ -209,7 +209,7 @@ implements <a href="https://docs.oracle. <dt>Parameters:</dt> <dd><code>lineSeparator</code> - the line separator, null resets to the default.</dd> <dt>Returns:</dt> -<dd>this.</dd> +<dd><code>this</code> instance.</dd> </dl> </section> </li> @@ -222,7 +222,7 @@ implements <a href="https://docs.oracle. <dt>Parameters:</dt> <dd><code>padding</code> - the padding byte.</dd> <dt>Returns:</dt> -<dd>this.</dd> +<dd><code>this</code> instance.</dd> </dl> </section> </li> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodec.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodec.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodec.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>BaseNCodec (Apache Commons Codec 1.17.0 API)</title> +<title>BaseNCodec (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary, class: BaseNCodec"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecInputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecInputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecInputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>BaseNCodecInputStream (Apache Commons Codec 1.17.0 API)</title> +<title>BaseNCodecInputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary, class: BaseNCodecInputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecOutputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecOutputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecOutputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>BaseNCodecOutputStream (Apache Commons Codec 1.17.0 API)</title> +<title>BaseNCodecOutputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary, class: BaseNCodecOutputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BinaryCodec.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BinaryCodec.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BinaryCodec.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>BinaryCodec (Apache Commons Codec 1.17.0 API)</title> +<title>BinaryCodec (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary, class: BinaryCodec"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/CharSequenceUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/CharSequenceUtils.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/CharSequenceUtils.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>CharSequenceUtils (Apache Commons Codec 1.17.0 API)</title> +<title>CharSequenceUtils (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary, class: CharSequenceUtils"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Hex.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Hex.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Hex.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Hex (Apache Commons Codec 1.17.0 API)</title> +<title>Hex (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary, class: Hex"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/StringUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/StringUtils.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/StringUtils.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>StringUtils (Apache Commons Codec 1.17.0 API)</title> +<title>StringUtils (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary, class: StringUtils"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base16.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base16.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base16.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Base16 (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Base16 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Base16"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base16InputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base16InputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base16InputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Base16InputStream (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Base16InputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Base16InputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base16OutputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base16OutputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base16OutputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Base16OutputStream (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Base16OutputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Base16OutputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32.Builder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32.Builder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32.Builder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Base32.Builder (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Base32.Builder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Base32, class: Builder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Base32 (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Base32 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Base32"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32InputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32InputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32InputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Base32InputStream (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Base32InputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Base32InputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32OutputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32OutputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32OutputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Base32OutputStream (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Base32OutputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Base32OutputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64.Builder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64.Builder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64.Builder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Base64.Builder (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Base64.Builder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Base64, class: Builder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Base64 (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Base64 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Base64"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64InputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64InputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64InputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Base64InputStream (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Base64InputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Base64InputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64OutputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64OutputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64OutputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Base64OutputStream (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Base64OutputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Base64OutputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodec.AbstractBuilder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodec.AbstractBuilder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodec.AbstractBuilder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.BaseNCodec.AbstractBuilder (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.BaseNCodec.AbstractBuilder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: BaseNCodec, class: AbstractBuilder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodec.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodec.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodec.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.BaseNCodec (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.BaseNCodec (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: BaseNCodec"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodecInputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodecInputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodecInputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.BaseNCodecInputStream (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.BaseNCodecInputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: BaseNCodecInputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodecOutputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodecOutputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodecOutputStream.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.BaseNCodecOutputStream (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.BaseNCodecOutputStream (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: BaseNCodecOutputStream"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BinaryCodec.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BinaryCodec.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BinaryCodec.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.BinaryCodec (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.BinaryCodec (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: BinaryCodec"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/CharSequenceUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/CharSequenceUtils.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/CharSequenceUtils.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.CharSequenceUtils (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.CharSequenceUtils (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: CharSequenceUtils"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Hex.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Hex.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Hex.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.Hex (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.Hex (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: Hex"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/StringUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/StringUtils.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/StringUtils.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.binary.StringUtils (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.binary.StringUtils (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary, class: StringUtils"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-summary.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-summary.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.codec.binary (Apache Commons Codec 1.17.0 API)</title> +<title>org.apache.commons.codec.binary (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.binary"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-tree.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-tree.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-tree.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.codec.binary Class Hierarchy (Apache Commons Codec 1.17.0 API)</title> +<title>org.apache.commons.codec.binary Class Hierarchy (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="tree: package: org.apache.commons.codec.binary"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-use.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-use.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-use.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Package org.apache.commons.codec.binary (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Package org.apache.commons.codec.binary (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.binary"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/BinaryDecoder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/BinaryDecoder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/BinaryDecoder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.codec.BinaryDecoder (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Interface org.apache.commons.codec.BinaryDecoder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, interface: BinaryDecoder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/BinaryEncoder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/BinaryEncoder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/BinaryEncoder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.codec.BinaryEncoder (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Interface org.apache.commons.codec.BinaryEncoder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, interface: BinaryEncoder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/CharEncoding.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/CharEncoding.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/CharEncoding.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.CharEncoding (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.CharEncoding (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, class: CharEncoding"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Charsets.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Charsets.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Charsets.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.Charsets (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.Charsets (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, class: Charsets"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/CodecPolicy.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/CodecPolicy.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/CodecPolicy.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Enum org.apache.commons.codec.CodecPolicy (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Enum org.apache.commons.codec.CodecPolicy (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, enum: CodecPolicy"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Decoder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Decoder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Decoder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.codec.Decoder (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Interface org.apache.commons.codec.Decoder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, interface: Decoder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/DecoderException.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/DecoderException.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/DecoderException.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.DecoderException (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.DecoderException (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, class: DecoderException"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Encoder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Encoder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Encoder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.codec.Encoder (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Interface org.apache.commons.codec.Encoder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, interface: Encoder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/EncoderException.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/EncoderException.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/EncoderException.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.EncoderException (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.EncoderException (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, class: EncoderException"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Resources.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Resources.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Resources.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.Resources (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.Resources (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, class: Resources"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringDecoder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringDecoder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringDecoder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.codec.StringDecoder (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Interface org.apache.commons.codec.StringDecoder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, interface: StringDecoder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringEncoder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringEncoder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringEncoder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.codec.StringEncoder (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Interface org.apache.commons.codec.StringEncoder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, interface: StringEncoder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringEncoderComparator.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringEncoderComparator.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringEncoderComparator.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.StringEncoderComparator (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.StringEncoderComparator (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec, class: StringEncoderComparator"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/Digest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/Digest.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/Digest.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Digest (Apache Commons Codec 1.17.0 API)</title> +<title>Digest (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.cli, class: Digest"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/class-use/Digest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/class-use/Digest.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/class-use/Digest.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.cli.Digest (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.cli.Digest (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.cli, class: Digest"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/package-summary.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/package-summary.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.codec.cli (Apache Commons Codec 1.17.0 API)</title> +<title>org.apache.commons.codec.cli (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.cli"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/package-tree.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/package-tree.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/package-tree.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.codec.cli Class Hierarchy (Apache Commons Codec 1.17.0 API)</title> +<title>org.apache.commons.codec.cli Class Hierarchy (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="tree: package: org.apache.commons.codec.cli"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/package-use.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/package-use.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/cli/package-use.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Package org.apache.commons.codec.cli (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Package org.apache.commons.codec.cli (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.cli"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Blake3.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Blake3.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Blake3.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Blake3 (Apache Commons Codec 1.17.0 API)</title> +<title>Blake3 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: Blake3"> @@ -318,7 +318,7 @@ loadScripts(document, 'script');</script <dt>Parameters:</dt> <dd><code>out</code> - destination array to finalize bytes into</dd> <dt>Returns:</dt> -<dd>this</dd> +<dd><code>this</code> instance.</dd> <dt>Throws:</dt> <dd><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/NullPointerException.html" title="class or interface in java.lang" class="external-link">NullPointerException</a></code> - if out is null</dd> </dl> @@ -338,7 +338,7 @@ loadScripts(document, 'script');</script <dd><code>offset</code> - where in the array to begin writing bytes to</dd> <dd><code>length</code> - number of bytes to finalize</dd> <dt>Returns:</dt> -<dd>this</dd> +<dd><code>this</code> instance.</dd> <dt>Throws:</dt> <dd><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/NullPointerException.html" title="class or interface in java.lang" class="external-link">NullPointerException</a></code> - if out is null</dd> <dd><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/IndexOutOfBoundsException.html" title="class or interface in java.lang" class="external-link">IndexOutOfBoundsException</a></code> - if offset or length are negative or if offset + length is greater than the @@ -368,7 +368,7 @@ loadScripts(document, 'script');</script <div class="block">Resets this instance back to its initial state when it was first constructed.</div> <dl class="notes"> <dt>Returns:</dt> -<dd>this</dd> +<dd><code>this</code> instance.</dd> </dl> </section> </li> @@ -381,7 +381,7 @@ loadScripts(document, 'script');</script <dt>Parameters:</dt> <dd><code>in</code> - source array to update data from</dd> <dt>Returns:</dt> -<dd>this</dd> +<dd><code>this</code> instance.</dd> <dt>Throws:</dt> <dd><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/NullPointerException.html" title="class or interface in java.lang" class="external-link">NullPointerException</a></code> - if in is null</dd> </dl> @@ -400,7 +400,7 @@ loadScripts(document, 'script');</script <dd><code>offset</code> - where in the array to begin reading bytes</dd> <dd><code>length</code> - number of bytes to update</dd> <dt>Returns:</dt> -<dd>this</dd> +<dd><code>this</code> instance.</dd> <dt>Throws:</dt> <dd><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/NullPointerException.html" title="class or interface in java.lang" class="external-link">NullPointerException</a></code> - if in is null</dd> <dd><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/IndexOutOfBoundsException.html" title="class or interface in java.lang" class="external-link">IndexOutOfBoundsException</a></code> - if offset or length are negative or if offset + length is greater than the Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Crypt.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Crypt.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Crypt.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Crypt (Apache Commons Codec 1.17.0 API)</title> +<title>Crypt (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: Crypt"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/DigestUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/DigestUtils.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/DigestUtils.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>DigestUtils (Apache Commons Codec 1.17.0 API)</title> +<title>DigestUtils (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: DigestUtils"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacAlgorithms.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacAlgorithms.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacAlgorithms.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>HmacAlgorithms (Apache Commons Codec 1.17.0 API)</title> +<title>HmacAlgorithms (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, enum: HmacAlgorithms"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacUtils.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacUtils.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>HmacUtils (Apache Commons Codec 1.17.0 API)</title> +<title>HmacUtils (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: HmacUtils">
