MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getInputStream

Method getInputStream

src/Base/ZipHeader.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53std::istream* ZipHeader::getInputStream(const ConstEntryPointer& entry)
54{
55 if (!_valid) {
56 throw zipios::InvalidStateException("Attempt to use an invalid FileCollection");
57 }
58 return getInputStream(entry->getName());
59}
60
61std::istream* ZipHeader::getInputStream(const std::string& entry_name, MatchPath matchpath)
62{

Callers 14

loadDocumentMethod · 0.45
parseMetadataMethod · 0.45
extractInputFileMethod · 0.45
readInputFileDirectMethod · 0.45
replaceInputFileMethod · 0.45
replaceInputFilesMethod · 0.45
replacePropertyFilesMethod · 0.45
zipDataIsValidFunction · 0.45
xmlFilesAreValidFunction · 0.45
SaveDocFileMethod · 0.45
Reader3MFMethod · 0.45

Calls 5

getLocalHeaderOffsetMethod · 0.80
startOffsetMethod · 0.80
getNameMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected