Searched defs:BigBufferOutputStream (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/io/
H A DBigBufferOutputStream.h26 class BigBufferOutputStream : public OutputStream { class in namespace:aapt::io
28 inline explicit BigBufferOutputStream(BigBuffer* buffer) : buffer_(buffer) {} function in class:aapt::io::BigBufferOutputStream
29 virtual ~BigBufferOutputStream() = default;
40 DISALLOW_COPY_AND_ASSIGN(BigBufferOutputStream);

Completed in 16 milliseconds