Home | History | Annotate | Download | only in binary

Lines Matching refs:codec

17 package org.apache.commons.codec.binary;
19 import org.apache.commons.codec.BinaryDecoder;
20 import org.apache.commons.codec.BinaryEncoder;
21 import org.apache.commons.codec.DecoderException;
22 import org.apache.commons.codec.EncoderException;
83 * @see org.apache.commons.codec.BinaryEncoder#encode(byte[])
97 * @see org.apache.commons.codec.Encoder#encode(java.lang.Object)
114 * @see org.apache.commons.codec.Decoder#decode(java.lang.Object)
138 * @see org.apache.commons.codec.Decoder#decode(Object)
150 * @see org.apache.commons.codec.Decoder#decode(Object)
161 // static codec operations
225 * @see org.apache.commons.codec.BinaryEncoder#encode(byte[])
255 * @see org.apache.commons.codec.BinaryEncoder#encode(byte[])
285 * @see org.apache.commons.codec.BinaryEncoder#encode(byte[])