Here you can find the source of toJavaBool(byte goBool)
static boolean toJavaBool(byte goBool)
//package com.java2s; //License from project: Apache License public class Main { static boolean toJavaBool(byte goBool) { return goBool == 1; }/*from ww w . j av a 2s . c o m*/ }