ip정수변환 썸네일형 리스트형 [JAVA] 네트워킹 - 서브넷 마스크 계산하기 (정수로 변경프로그램) import java.io.InputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Properties; public class IpChecker { /** * @param whiteIp * @param blockIp * @return */ public List calculateBlockIp(String[] whiteIp, String[] blockIp){ /* test */ whiteIp = arrWhite; blockIp = arrBlock; ArrayList retVal = new ArrayList(); ArrayList result = new ArrayList();.. 더보기 이전 1 다음