Uses of Classjava.lang.Byte Packages that use Byte Package Description java.lang Uses of Byte in java.lang Methods in java.lang that return Byte Modifier and Type Method and Description static Byte Byte.valueOf(byte b) Returns a Byte instance for the specified byte value. Back to top