Searched defs:PuffInputStream (Results 1 – 1 of 1) sorted by relevance
255 class PuffInputStream final : public puffin::StreamInterface { class257 PuffInputStream(uint8_t* buffer, size_t length) : buffer_(buffer), length_(length), pos_(0) {} in PuffInputStream() function in android::snapshot::PuffInputStream