개인 자료란 (JE)

  서버 커뮤니티

Profile PirmeOptimizerLav. 대표칭호 없음
Profile

커뮤니티 소통 잡담하기

신기한 포지 최신버전 소스

2020.05.21 조회 수 451 추천 수 0

import java.io.ByteArrayOutputStream;

import java.io.InputStream;

import java.net.HttpURLConnection;

import java.net.URL;


public class test {

    public String getForge(String version) {

        URL url;

        HttpURLConnection web;

        try {

            url  =  new URL("https://api.prws.kr/MCLatestForgeVersion?ver=" + version);

            web  =  (HttpURLConnection) url.openConnection();

            web.setRequestMethod("GET");

            web.setConnectTimeout(10000);

            web.connect();

            InputStream in  =  web.getInputStream();

            byte[] buf  =  new byte[1024 * 8];

            int length  =  0;

            ByteArrayOutputStream out  =  new ByteArrayOutputStream();

            while ((length = in.read(buf)) !=  -1) {

                out.write(buf,  0,  length);

            }

           return new String(out.toByteArray(),"UTF-8").split("\"")[11];

        } catch (Exception e) {

            return e + "";

        }

}

/*출처

*https://www.koreaminecraft.net/index.php?mid=dev_archive&document_srl=1723318&rnd=1725339#comment_1725339 

*/

3개의 댓글

mchang
2020.05.22

오.뭔 말인지 하나도 모르겠다...

마크러버
2020.05.22

뭔지 이해가 가지 않는다

나만드런가?

qkrwnsdud12345
2020.05.25

뭔 말인지 하나도 모르겠는데 되게 멋지다;;;

뉴스 및 창작물
/files/thumbnails/246/933/003/262x150.crop.jpg?20241204041018

업데이트

[마인크래프트 1.21.4 업데이트]

제작대

2024-12-04

0

/files/thumbnails/477/930/003/262x150.crop.jpg?20241201030912

레드스톤

뉴진스 - Super Shy | 마크 노트블럭 커버

노트블럭전문가

2024-12-01

0

/files/thumbnails/483/916/003/262x150.crop.jpg?20241127115329

레드스톤

[노트블럭 커버] 뉴진스 - ETA 3

노트블럭전문가

2024-11-27

1

/files/thumbnails/150/925/003/262x150.crop.jpg?20241123005717

건축

응답하라 1988 ? 1

팀뉴일리시

2024-11-23

5

/files/thumbnails/761/908/003/262x150.crop.jpg?20241025153749

건축

서울 숭례문(崇禮門) 6

KHC

2024-10-25

2