public final class UDataInputStream extends DataInputStream
A trivial extension to java.io.DataInputStream to provide methods for
reading unsigned 16- and 32-bit integers with simple mnemonics. It uses
correspondingly wider native types to preserve the full range of the unsigned
types.