简体   繁体   中英

how to open and edit a dat file which is a database?

I know there are many different ways to open specific dat file if you know the type of dat. I would like to open and edit the dat files which are database here. http://code.google.com/p/android-traditional-chinese-ime/source/browse/#svn%2Ftrunk%2Fres%2Fraw Which software can open this?

There are an effectively infinite number of file formats which all use the .dat extension.

That being said, these files appear to be Java serialized objects, so you should be able to read them in using an ObjectInputStream .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM