You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -326,14 +361,14 @@ public Base32(final int lineLength, final byte[] lineSeparator, final boolean us
326
361
* @param lineLength Each line of encoded data will be at most of the given length (rounded down to the nearest multiple of 8). If lineLength <= 0,
327
362
* then the output will not be divided into lines (chunks). Ignored when decoding.
328
363
* @param lineSeparator Each line of encoded data will end with this sequence of bytes.
329
-
* @param useHex if {@code true}, then use Base32 Hex alphabet, otherwise use Base32 alphabet
364
+
* @param useHex use Base32 hexadecimal if {@code true}, otherwise use the Base32 alphabet.
330
365
* @param padding padding byte.
331
366
* @param decodingPolicy The decoding policy.
332
367
* @throws IllegalArgumentException Thrown when the {@code lineSeparator} contains Base32 characters. Or the lineLength > 0 and lineSeparator is null.
0 commit comments