String to InputStream

자바 문자열을 inpustream으로 변환

String text = "1234";
InputStream in = new ByteArrayInputStream(text.getBytes());

You may also like...

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다