BogaNet 1.4.0
Loading...
Searching...
No Matches
BogaNet.Encoder.Base85 Member List

This is the complete list of members for BogaNet.Encoder.Base85, including all inherited members.

Base85FromFile(string file, bool useMarks=false)BogaNet.Encoder.Base85static
Base85FromFileAsync(string file, bool useMarks=false)BogaNet.Encoder.Base85static
FileFromBase85(string file, string base85string, bool useMarks=false)BogaNet.Encoder.Base85static
FileFromBase85Async(string file, string base85string, bool useMarks=false)BogaNet.Encoder.Base85static
FromBase85String(string base85string, bool useMarks=false)BogaNet.Encoder.Base85static
PrefixMarkBogaNet.Encoder.Base85static
SuffixMarkBogaNet.Encoder.Base85static
ToBase85String(byte[] bytes, bool useMarks=false)BogaNet.Encoder.Base85static
ToBase85String(string str, Encoding? encoding=null, bool useMarks=false)BogaNet.Encoder.Base85static