MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / FileWriter

Method FileWriter

Bcore/src/main/cpp/ziparchive/zip_archive.cc:837–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835 }
836
837 FileWriter(FileWriter&& other)
838 : fd_(other.fd_),
839 declared_length_(other.declared_length_),
840 total_bytes_written_(other.total_bytes_written_) {
841 other.fd_ = -1;
842 }
843
844 bool IsValid() const { return fd_ != -1; }
845

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected