Skip to content

Commit 5e4cef4

Browse files
committed
Comments
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1064419 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7b6040c commit 5e4cef4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/java/org/apache/commons/codec/binary/BaseNCodec.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public abstract class BaseNCodec implements BinaryEncoder, BinaryDecoder {
126126

127127
/**
128128
* Note <code>lineLength</code> is rounded down to the nearest multiple of {@link encodedBlockSize}
129+
* If <code>chunkSeparatorLength</code> is zero, then chunking is disabled.
129130
* @param unencodedBlockSize the size of an unencoded block (e.g. Base64 = 3)
130131
* @param encodedBlockSize the size of an encoded block (e.g. Base64 = 4)
131132
* @param lineLength if &gt; 0, use chunking with a length <code>lineLength</code>

0 commit comments

Comments
 (0)