Why do you need a bulk write? You can use a DataOutputStream, loop over the array and write the appropriate data type (to read you would use a DataIntputStream).



What do you mean by this?...