Apache Wiki wrote:
+ * version - A byte array: 3 bytes of magic header ''''SEQ'''', followed by 1 byte of actual version no. (e.g. SEQ4)
Except the '4' is not ASCII '4', but rather the byte 04. Doug
Apache Wiki wrote:
+ * version - A byte array: 3 bytes of magic header ''''SEQ'''', followed by 1 byte of actual version no. (e.g. SEQ4)
Except the '4' is not ASCII '4', but rather the byte 04. Doug