KiCad PCB EDA Suite
|
#include <cstdint>
#include <vector>
#include <wx/string.h>
Go to the source code of this file.
Namespaces | |
namespace | PLUGIN_UTILS |
Functions | |
bool | PLUGIN_UTILS::fileStartsWithPrefix (const wxString &aFilePath, const wxString &aPrefix, bool aIgnoreWhitespace) |
Check if a file starts with a defined string. More... | |
bool | PLUGIN_UTILS::fileStartsWithBinaryHeader (const wxString &aFilePath, const std::vector< uint8_t > &aHeader) |
Check if a file starts with a defined binary header. More... | |
Variables | |
static const std::vector< uint8_t > | PLUGIN_UTILS::COMPOUND_FILE_HEADER { 0xD0, 0xCF, 0x11, 0xE0, 0xA1, 0xB1, 0x1A, 0xE1} |