Here you can find the source of sizeOfInt()
public static int sizeOfInt()
//package com.java2s; //License from project: BSD License public class Main { public static int sizeOfInt() { return 4; }/* www. j a v a 2 s.co m*/ }