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