Here you can find the source of long2(long x)
private static byte long2(long x)
//package com.java2s; public class Main { private static byte long2(long x) { return (byte) (x >> 16); }//w w w. ja va2 s . c o m }