MCPcopy Create free account
hub / github.com/davidgiven/luje / Byte

Method Byte

lib/java/lang/Byte.java:73–75  ·  view source on GitHub ↗

Constructs a new Byte with the specified primitive byte value. @param value the primitive byte value to store in the new instance.

(byte value)

Source from the content-addressed store, hash-verified

71 * the primitive byte value to store in the new instance.
72 */
73 public Byte(byte value) {
74 this.value = value;
75 }
76
77 /**
78 * Constructs a new {@code Byte} from the specified string.

Callers

nothing calls this directly

Calls 1

parseByteMethod · 0.95

Tested by

no test coverage detected