We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e104437 commit 99c53ffCopy full SHA for 99c53ff
src/main/java/org/apache/commons/codec/BinaryEncoder.java
@@ -25,12 +25,9 @@ public interface BinaryEncoder extends Encoder {
25
/**
26
* Encodes a byte array and return the encoded data as a byte array.
27
*
28
- * @param source
29
- * Data to be encoded
30
- * @return A byte array containing the encoded data
31
- * @throws EncoderException
32
- * thrown if the Encoder encounters a failure condition during the encoding process.
+ * @param source Data to be encoded.
+ * @return A byte array containing the encoded data.
+ * @throws EncoderException thrown if the Encoder encounters a failure condition during the encoding process.
33
*/
34
byte[] encode(byte[] source) throws EncoderException;
35
}
36
-
0 commit comments