public class PercentBinaryEncoderProxy extends Object implements InvocationHandler
org.apache.commons.codec.BinaryEncoder.
// create
final BinaryEncoder encoder = (BinaryEncoder)
PercentBinaryEncoderProxy.newInstance();
// encode
encoder.encode(byte[]);
| Modifier | Constructor and Description |
|---|---|
protected |
PercentBinaryEncoderProxy()
Creates a new instance.
|
Copyright © 2011. All Rights Reserved.