You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/01/28 02:50:05 UTC

svn commit: r1064419 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BaseNCodec.java

Author: sebb
Date: Fri Jan 28 01:50:05 2011
New Revision: 1064419

URL: http://svn.apache.org/viewvc?rev=1064419&view=rev
Log:
Comments

Modified:
    commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BaseNCodec.java

Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BaseNCodec.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BaseNCodec.java?rev=1064419&r1=1064418&r2=1064419&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BaseNCodec.java (original)
+++ commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BaseNCodec.java Fri Jan 28 01:50:05 2011
@@ -126,6 +126,7 @@ public abstract class BaseNCodec impleme
 
     /**
      * Note <code>lineLength</code> is rounded down to the nearest multiple of {@link encodedBlockSize}
+     * If <code>chunkSeparatorLength</code> is zero, then chunking is disabled.
      * @param unencodedBlockSize the size of an unencoded block (e.g. Base64 = 3)
      * @param encodedBlockSize the size of an encoded block (e.g. Base64 = 4)
      * @param lineLength if &gt; 0, use chunking with a length <code>lineLength</code>