H A D | PalmDB.java | 101 private int version = 0; field in PalmDB 118 public PalmDB(int creatorID, int typeID, int version, short attribute) { in PalmDB() argument 121 setAttributes(creatorID, typeID, version, attribute); in PalmDB() 141 public PalmDB(String name, int creatorID, int typeID, int version, in PalmDB() argument 145 this(name.getBytes(PdbUtil.ENCODING), creatorID, typeID, version, in PalmDB() 167 public PalmDB(byte[] name, int creatorID, int typeID, int version, in PalmDB() argument 174 setAttributes(creatorID, typeID, version, attribute); in PalmDB() 186 public void setAttributes (int creatorID, int typeID, int version, short attribute) { in setAttributes() argument 189 this.version = version; in setAttributes() 276 return version; in getVersion()
|