Class Parser

java.lang.Object
de.dhbw.contactdb.utils.Parser

public class Parser extends Object
Parser for parsing contacts2021.db
Since:
21.06.2021
Version:
1.0
Author:
florian kaiser
  • Field Details

    • new_entity

      private static db_new_entity new_entity
      Saves type of current line in database
  • Constructor Details

    • Parser

      public Parser()
  • Method Details

    • parse

      public static void parse(String filename)
      Parses contacts.db, creates objects of content and saves these objects in HashMaps
      Parameters:
      filename - Filename and path of contacts.db