This method creates the string array on disk by storing the string given by an iterator. It is optimized to store many strings and is therefore faster than just using the methods add or put for each string...
@param valuesIterator an iterator for the strings to be stored in this string array
@throws IOException in case of any i/o failures
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.