Skip'ing on a Source does not work as expected
问题 I use Crypto++ 5.6.3 and iI need the FileSource Skip(...) function. Unfortunately this function does nothing! Here is a example for this function. string filename = ...; string str; FileSource file(filename, false, new HexEncoder(new StringSink(str))); file.Skip(24); file.PumpAll(); Can somebody help me? 回答1: I use Crypto++ 5.6.3 and iI need the FileSource "skip(...) function. Unfortunately this function does nothing! I was able to duplicate this using strings under Master, 5.6.3, and 5.6.2