The {@code Byte} class wraps a value of primitive type {@code byte} in an object. An object of type {@code Byte} contains a single field whose type is {@code byte}.
See Source File