The file is created by following codes:
    Point Data = {0};           //Point is a  C++ structer 
    PointFile cPointFile;       // file class
    // Fill data structure(buffer) with Point Data, for file access.
    this->Serialize(&Data);
    bool bRet = cPointFile.SaveFile();
how to use java read the file?