static private GetCheckSumOctalBytes ( long value, byte buffer, int offset, int length ) : void | ||
value | long | |
buffer | byte | The header buffer to set the checksum for |
offset | int | The offset into the buffer for the checksum |
length | int | The number of header bytes to update. /// It's formatted differently from the other fields: it has 6 digits, a /// null, then a space -- rather than digits, a space, then a null. /// The final space is already there, from checksumming /// |
return | void |