for (int i = 0; i < values.length; i++) {
            String value = values[i];
            buffer.writeUTF(value);
        }