chiark / gitweb /
Provide test cases for maxlen functions
[base91.git] / Java / readme.txt
1 This is an implementation of the basE91 encoder and decoder in Java.\r
2 \r
3 Syntax:\r
4         java -jar base91.jar [OPTION] infile [outfile]\r
5 \r
6 Options:\r
7 \r
8 -d      decode a basE91 encoded file;\r
9         all non-alphabet characters (such as newlines) are ignored\r
10 \r
11 -u      leave encoder output unformatted;\r
12         i. e., disable line wrapping after 76 characters\r
13 \r
14 -h      display short help and exit\r
15 \r
16 -V      output version information and exit\r
17 \r
18 \r
19 If no outfile is given for encoding, it defaults to `infile_b91.txt' (or to\r
20 `infile.b91' with the `-u' switch).\r
21 On decoding, the added file extension is removed to generate the name for\r
22 outfile; otherwise, if infile hasn't a default extension, the decoded data is\r
23 written to `infile.bin'.\r
24 \r
25 For further information visit the basE91 home page at\r
26 http://base91.sourceforge.net/\r