interface TextGetter
- once for a text file and once for a web page. Both class declarations must include the clause,
implements TextGetter
. Provide javadoc comments where appropriate. Use
TextTester.java to test your classes.
Note - copies of all necessary files for this assignment are also in ~mikec/cs10/hw5/ on CSIL. |
interface Cipher
- to encrypt/decrypt text. Your class declaration must include the clause,
implements Cipher
. Include javadoc comments where appropriate. Use
CipherTester.java to test your class.
System.in
. Execute it as follows:-d
option to decrypt instead of encrypt the text. For example,
from your CSIL account:turnin hw5@cs10 FileText.java WebText.java VigCipher.java Crypt.java