Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 82839 invoked from network); 26 May 2004 13:28:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 May 2004 13:28:44 -0000 Received: (qmail 73967 invoked by uid 500); 26 May 2004 13:23:57 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 73831 invoked by uid 500); 26 May 2004 13:23:56 -0000 Mailing-List: contact directory-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: directory-dev@incubator.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list directory-cvs@incubator.apache.org Received: (qmail 73662 invoked by uid 98); 26 May 2004 13:23:54 -0000 Received: from akarasulu@apache.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(209.237.227.194):. Processed in 0.098785 secs); 26 May 2004 13:23:54 -0000 X-Qmail-Scanner-Mail-From: akarasulu@apache.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(209.237.227.194):. Processed in 0.098785 secs) Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by hermes.apache.org with SMTP; 26 May 2004 13:23:54 -0000 Received: (qmail 79911 invoked by uid 65534); 26 May 2004 13:23:46 -0000 Date: 26 May 2004 13:23:46 -0000 Message-ID: <20040526132346.79903.qmail@minotaur.apache.org> From: akarasulu@apache.org To: directory-cvs@incubator.apache.org Subject: svn commit: rev 20474 - in incubator/directory/snickers/trunk: . ber/src/java/org/apache/snickers/ber codec-stateful/src/java/org/apache/commons/codec/stateful X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Wed May 26 06:23:45 2004 New Revision: 20474 Modified: incubator/directory/snickers/trunk/ber/src/java/org/apache/snickers/ber/package.html incubator/directory/snickers/trunk/codec-stateful/src/java/org/apache/commons/codec/stateful/StatefulDecoder.java incubator/directory/snickers/trunk/project.xml Log: Just cleaning up stuff like docs and the build for maven rc3. Modified: incubator/directory/snickers/trunk/ber/src/java/org/apache/snickers/ber/package.html ============================================================================== --- incubator/directory/snickers/trunk/ber/src/java/org/apache/snickers/ber/package.html (original) +++ incubator/directory/snickers/trunk/ber/src/java/org/apache/snickers/ber/package.html Wed May 26 06:23:45 2004 @@ -20,14 +20,9 @@ Provides the codec foundation for Basic Encoding Rules based on a Tag, Length -and Value (TLV) field tuple. - +and Value (TLV) field tuples.

Package Specification

- -

Related Documentation

Modified: incubator/directory/snickers/trunk/codec-stateful/src/java/org/apache/commons/codec/stateful/StatefulDecoder.java ============================================================================== --- incubator/directory/snickers/trunk/codec-stateful/src/java/org/apache/commons/codec/stateful/StatefulDecoder.java (original) +++ incubator/directory/snickers/trunk/codec-stateful/src/java/org/apache/commons/codec/stateful/StatefulDecoder.java Wed May 26 06:23:45 2004 @@ -21,12 +21,16 @@ /** - * A statful decoder which decodes encoded data as it arrives in peices. + * A decoder which decodes encoded data as it arrives in peices while + * maintaining the state of the decode operation between the arrival of + * encoded chunks. + * * As chunks of encoded data arrive the decoder processes each chunk of encoded * data and maintains decoding state in between arrivals: it is hence stateful * and should be associated with a single channel or encoded data producer. * When an arbitrary unit of encoding, to be determined by the encoding scheme, - * has been decoded, a registered DecoderCallback is called. + * has been decoded, the decode() method of the registered + * DecoderCallback is called. * * @author Jakarta Commons * @version $Rev$ @@ -39,8 +43,8 @@ * encoded data argument is determined by an implementation. A return from * this method does not guarrantee any callbacks: zero or more callbacks * may occur during this call. - * - * @param encode an object representing a peice of encoded data + * + * @param encoded an object representing a peice of encoded data */ void decode( Object encoded ) throws DecoderException ; Modified: incubator/directory/snickers/trunk/project.xml ============================================================================== --- incubator/directory/snickers/trunk/project.xml (original) +++ incubator/directory/snickers/trunk/project.xml Wed May 26 06:23:45 2004 @@ -28,7 +28,7 @@ - scm:svn:http://cvs.apache.org/repos/asf/incubator/directory/snickers/trunk/${module.path} + scm:svn:http://cvs.apache.org/repos/asf/incubator/directory/snickers/trunk/${module.path}:blah:blah