A class that can act as either an ASCIIHexEncode Filter or an ASCIIHexDecode filter. The static methods are suitable for direct encoding and decoding of entire arrays. The instance methods are suitable for processing smaller array chunks. So, for example, if you have a 1GB file that you wish to process in 1KB chunks, the instance methods will help you do that.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.