JAVA Project 01 - Java 04, Array object file saving/reading example (Array, Stream)
본 예제는 배열을 오브젝트로 형변환해서 스트림으로 하드디스크에 저장합니다. 저장한 스트림은 다시 스트림으로 읽어서 자바 오브젝트로 변환해서 사용합니다. 배열을 마음대로 하드디스크에 저장해서 사용하실 분은 도움이 많이 되실 겁니다. This example converts an array to an object and saves it to the hard disk as a stream. The saved stream is read back as a stream and converted into a Java object for use. It will be very helpful for those who want to use the array by storing it on the hard disk at will.
본 예제는 배열을 오브젝트로 형변환해서 스트림으로 하드디스크에 저장합니다. 저장한 스트림은 다시 스트림으로 읽어서 자바 오브젝트로 변환해서 사용합니다. 배열을 마음대로 하드디스크에 저장해서 사용하실 분은 도움이 많이 되실 겁니다. This example converts an array to an object and saves it to the hard disk as a stream. The saved stream is read back as a stream and converted into a Java object for use. It will be very helpful for those who want to use the array by storing it on the hard disk at will.