From fe6c36e18042603bb096d3685fe3988e32331ebf Mon Sep 17 00:00:00 2001 From: haturatu Date: Tue, 10 Dec 2024 21:28:04 +0900 Subject: first commit --- Java/readme.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Java/readme.txt (limited to 'Java/readme.txt') diff --git a/Java/readme.txt b/Java/readme.txt new file mode 100644 index 0000000..bc5a3ac --- /dev/null +++ b/Java/readme.txt @@ -0,0 +1,26 @@ +This is an implementation of the basE91 encoder and decoder in Java. + +Syntax: + java -jar base91.jar [OPTION] infile [outfile] + +Options: + +-d decode a basE91 encoded file; + all non-alphabet characters (such as newlines) are ignored + +-u leave encoder output unformatted; + i. e., disable line wrapping after 76 characters + +-h display short help and exit + +-V output version information and exit + + +If no outfile is given for encoding, it defaults to `infile_b91.txt' (or to +`infile.b91' with the `-u' switch). +On decoding, the added file extension is removed to generate the name for +outfile; otherwise, if infile hasn't a default extension, the decoded data is +written to `infile.bin'. + +For further information visit the basE91 home page at +http://base91.sourceforge.net/ -- cgit v1.2.3