File tree Expand file tree Collapse file tree
src/java/org/apache/commons/codec Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858package org .apache .commons .codec ;
5959
6060/**
61- * Defines common decoding methods for byte arrays decoders.
61+ * Defines common decoding methods for byte array decoders.
6262 *
6363 * @author Tim O'Brien
6464 * @author Gary Gregory
65- * @version $Id: BinaryDecoder.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
65+ * @version $Id: BinaryDecoder.java,v 1.7 2003/11/13 06:48:31 ggregory Exp $
6666 */
6767public interface BinaryDecoder extends Decoder {
6868
Original file line number Diff line number Diff line change 5858package org .apache .commons .codec ;
5959
6060/**
61- * Defines common encoding methods for byte arrays encoders.
61+ * Defines common encoding methods for byte array encoders.
6262 *
6363 * @author Tim O'Brien
6464 * @author Gary Gregory
65- * @version $Id: BinaryEncoder.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
65+ * @version $Id: BinaryEncoder.java,v 1.7 2003/11/13 06:48:31 ggregory Exp $
6666 */
6767public interface BinaryEncoder extends Encoder {
6868
You can’t perform that action at this time.
0 commit comments