org.openstreetmap.osmosis.core.util
Class IntAsChar

java.lang.Object
  extended by org.openstreetmap.osmosis.core.util.IntAsChar

public final class IntAsChar
extends java.lang.Object

Contains utility methods supporting storage of ints as chars.

Author:
Brett Henderson

Method Summary
static char intToChar(int value)
          Converts the specified int to an char and verifies that it is legal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

intToChar

public static char intToChar(int value)
Converts the specified int to an char and verifies that it is legal.

Parameters:
value - The identifier to be converted.
Returns:
The integer representation of the id.