MCPcopy Create free account
hub / github.com/NationalSecurityAgency/TraceAnalysis / u8

Method u8

examples/tiny/TraceScript.java:270–272  ·  view source on GitHub ↗
(long val)

Source from the content-addressed store, hash-verified

268 }
269
270 public static byte[] u8 (long val) {
271 return new byte[]{(byte)val};
272 };
273
274 public static byte[] u16 ( long val) {
275 byte[] bb = ByteBuffer.allocate(8).putLong(val).array();

Callers 1

calc_vlen_rlenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected