MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / SetEncoding

Method SetEncoding

src/core/fileheader.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void cFileHeader::SetEncoding(Encoding e)
148{
149 mEncoding = e;
150}
151
152void cFileHeader::Read(iSerializer* pSerializer, int32 /*version*/) // throw (eSerializer, eArchive)
153{

Callers 3

WriteObjectToArchiveFunction · 0.80
WriteFileMethod · 0.80
TestFileHeaderFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestFileHeaderFunction · 0.64