[JAVA] ByteBuffer to String
How to copy from ByteBuffer to String 1. Simple but not exactly right simply create…
Read MoreHow to copy from ByteBuffer to String 1. Simple but not exactly right simply create…
Read MoreNIO 패키지 중 Channel 을 이용한 예제 입니다. 한번은 유용하게 이용해 먹었습니다. import java.io.*;import java.nio.*;import…
Read Morechannel 을 처음 사용해 봤습니다. clear 와 flip 을 적절히 사용하여 받아오는 데이터를 알 수…
Read More