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