- date - Variable in class NewsStory
-
The date the story was published as a java.time.LocalDate
.
- decodeDate(String) - Static method in class NoozFileProcessor
-
This method decodes the date, which is encoded in the file as YYYYMMDD.
- decodeLength(String) - Static method in class NoozFileProcessor
-
This method decodes the length, which is encoded in the file as numeral
string.
- decodeNewsmakerName(String[], int) - Static method in class NoozFileProcessor
-
This method decodes a news maker name from one or more the parts of the
input line.
- decodeSource(String) - Static method in class NoozFileProcessor
-
This method decodes the source name, which is represented by a numeral in
the data file.
- decodeTopic(String) - Static method in class NoozFileProcessor
-
This method decodes the news story topic, which is represented by a
numeral in the data file.