Searched refs:asByte (Results 1 – 1 of 1) sorted by relevance
31 public static final byte FF = asByte(0xff);90 public static byte asByte(int i) { return (byte) i; } in asByte() method in NetworkConstants