![]() |
BogaNet 1.4.0
|
This is the complete list of members for BogaNet.Encoder.Base85, including all inherited members.
Base85FromFile(string file, bool useMarks=false) | BogaNet.Encoder.Base85 | static |
Base85FromFileAsync(string file, bool useMarks=false) | BogaNet.Encoder.Base85 | static |
FileFromBase85(string file, string base85string, bool useMarks=false) | BogaNet.Encoder.Base85 | static |
FileFromBase85Async(string file, string base85string, bool useMarks=false) | BogaNet.Encoder.Base85 | static |
FromBase85String(string base85string, bool useMarks=false) | BogaNet.Encoder.Base85 | static |
PrefixMark | BogaNet.Encoder.Base85 | static |
SuffixMark | BogaNet.Encoder.Base85 | static |
ToBase85String(byte[] bytes, bool useMarks=false) | BogaNet.Encoder.Base85 | static |
ToBase85String(string str, Encoding? encoding=null, bool useMarks=false) | BogaNet.Encoder.Base85 | static |