set the value from its offset into an array of bytes
Parameters: data - the byte array from which the value is to be read exception: ArrayIndexOutOfBoundsException - if the offset is outof the array's valid index range
set the value from an InputStream
Parameters: stream - the InputStream from which the value is to beread exception: BufferUnderrunException - if there is not enough dataavailable from the InputStream exception: IOException - if an IOException is thrown from readingthe InputStream
write the value out to an array of bytes at the appropriate
offset
Parameters: data - the array of bytes to which the value is to bewritten exception: ArrayIndexOutOfBoundsException - if the offset is outof the array's valid index range