MCPcopy Create free account
hub / github.com/catboost/catboost / TDecodedInput

Class TDecodedInput

library/cpp/blockcodecs/core/stream.h:31–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 };
30
31 class TDecodedInput: public IWalkInput {
32 public:
33 TDecodedInput(IInputStream* in);
34 TDecodedInput(IInputStream* in, const ICodec* codec);
35
36 ~TDecodedInput() override;
37
38 private:
39 size_t DoUnboundedNext(const void** ptr) override;
40
41 private:
42 TBuffer D_;
43 IInputStream* S_;
44 const ICodec* C_;
45 };
46}

Callers 1

TestStreamsFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestStreamsFunction · 0.68