BCommandPipe
class BCommandPipe {
BCommandPipe();
virtual ~BCommandPipe();
BCommandPipe& operator<<(const char* arg);
BCommandPipe& operator<<(const BString& arg);
BCommandPipe& operator<<(const BCommandPipe& arg);
using BPrivate::BCommandPipe;
BPrivate::BCommandPipe commandPipe;
BPrivate::BCommandPipe commandPipe;
class UnzipEngine : private BCommandPipe::LineReader {
friend class BCommandPipe;
BCommandPipe::PipeAll(int* stdOutAndErr) const
BCommandPipe::Pipe(int* stdOut, int* stdErr) const
BCommandPipe::Pipe(int* stdOut) const
BCommandPipe::PipeInto(FILE** _out, FILE** _err)
BCommandPipe::PipeInto(FILE** _outAndErr)
BCommandPipe::BCommandPipe()
BCommandPipe::Run()
BCommandPipe::RunAsync()
BCommandPipe::ReadLines(FILE* file, LineReader* lineReader)
BCommandPipe::ReadLines(FILE* file)
BCommandPipe::~BCommandPipe()
BCommandPipe&
BCommandPipe::operator<<(const char* arg)
BCommandPipe&
BCommandPipe::operator<<(const BString& arg)
BCommandPipe&
BCommandPipe::operator<<(const BCommandPipe& arg)
BCommandPipe::AddArg(const char* arg)
BCommandPipe::PrintToStream() const
BCommandPipe::FlushArgs()
BCommandPipe::Close()
BCommandPipe::Argv(int32& argc) const