com.bigdata.btree.keys
Class ASCIIDecoderUtility
java.lang.Object
com.bigdata.btree.keys.ASCIIDecoderUtility
public class ASCIIDecoderUtility
- extends Object
Utility reads unsigned byte[] keys from stdin and writes their decoded ASCII
values on stdout. This may be used to decode the keys for an index whose keys
are encoded ASCII strings. It CAN NOT be used to decode Unicode sort keys.
- Version:
- $Id: ASCIIDecoderUtility.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
|
Method Summary |
static void |
main(String[] args)
Reads decimal representations of unsigned bytes representing ASCII
characters from stdin, writing their ASCII values on stdout. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASCIIDecoderUtility
public ASCIIDecoderUtility()
main
public static void main(String[] args)
throws IOException
- Reads decimal representations of unsigned bytes representing ASCII
characters from stdin, writing their ASCII values on stdout. The
following characters are stripped from the input:
[]. The
values may be delimited by commas or whitespace or both.
- Parameters:
args - ignored.
- Throws:
IOException
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.