public toBytes ( int bitOffset, byte array, int offset, int numBytes ) : void | ||
bitOffset | int | first bit to start writing |
array | byte | array to write into. Bytes are written most-significant byte first. This is the opposite /// of the internal representation, which is exposed by BitArray |
offset | int | position in array to start writing |
numBytes | int | how many bytes to write |
return | void |