What is the most effective way to read 2 byte flag from database file ?
can i use readShort() method of DataInputStream ?
A database file has few Records with 2 byte flag which 00 implies valid record, 0x8000 implies deleted record " .
what does 0x8000 means ? How could i read this from file?
can i use readShort() method of DataInputStream ?
A database file has few Records with 2 byte flag which 00 implies valid record, 0x8000 implies deleted record " .
what does 0x8000 means ? How could i read this from file?