Files
hasherezade-bearparser/class_abstract_byte_buffer.html
2026-06-03 14:23:09 +00:00

1264 lines
82 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.17.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>BearParser: AbstractByteBuffer Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="codefolding.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
const theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'default';
mermaid.initialize({ startOnLoad: true, theme: theme });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">BearParser
</div>
<div id="projectbrief">Portable Executable parsing library (from PE-bear)</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.17.0 -->
<script type="text/javascript">
let searchBox = new SearchBox("searchBox", "search/",'.html');
</script>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', codefold.init);
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', () => {
initMenu('',false);
init_search();
});
</script>
<div id="main-nav-mobile">
<div class="sm sm-dox"><input id="main-menu-state" type="checkbox"/>
<label class="main-menu-btn" for="main-menu-state">
<span class="main-menu-btn-icon"></span> Toggle main menu visibility</label>
<span id="searchBoxPos1" style="position:absolute;right:8px;top:8px;height:36px;"></span>
</div>
</div><!-- main-nav-mobile -->
<div id="main-nav">
<ul class="sm sm-dox" id="main-menu">
<li id="searchBoxPos2" style="float:right">
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<span id="MSearchSelect" class="search-icon" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"><span class="search-icon-dropdown"></span></span>
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><div id="MSearchCloseImg" class="close-icon"></div></a>
</span>
</div>
</li>
</ul>
</div><!-- main-nav -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
</div><!-- top -->
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-static-methods">Static Public Member Functions</a> &#124;
<a href="class_abstract_byte_buffer-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">AbstractByteBuffer Class Reference<span class="mlabels"><span class="mlabel abstract">abstract</span></span></div></div>
</div><!--header-->
<div class="contents">
<p><code>#include &lt;<a class="el" href="_abstract_byte_buffer_8h_source.html">AbstractByteBuffer.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 id="header-pub-methods" class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a083856a64bf8a0682a6a7799830f0ec1" id="r_a083856a64bf8a0682a6a7799830f0ec1"><td class="memItemLeft">&#160;</td><td class="memItemRight"><a class="el" href="#a083856a64bf8a0682a6a7799830f0ec1">AbstractByteBuffer</a> ()</td></tr>
<tr class="memitem:a0a56c0aa65e56d6b739c060816cd3a40" id="r_a0a56c0aa65e56d6b739c060816cd3a40"><td class="memItemLeft">virtual&#160;</td><td class="memItemRight"><a class="el" href="#a0a56c0aa65e56d6b739c060816cd3a40">~AbstractByteBuffer</a> ()</td></tr>
<tr class="memitem:a0493bdae87b5011993652335adb19577" id="r_a0493bdae87b5011993652335adb19577"><td class="memItemLeft">virtual <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a>&#160;</td><td class="memItemRight"><a class="el" href="#a0493bdae87b5011993652335adb19577">getContentSize</a> ()=0</td></tr>
<tr class="memitem:a2d68f6930726a129478c8ab5ed38779a" id="r_a2d68f6930726a129478c8ab5ed38779a"><td class="memItemLeft">virtual BYTE *&#160;</td><td class="memItemRight"><a class="el" href="#a2d68f6930726a129478c8ab5ed38779a">getContent</a> ()=0</td></tr>
<tr class="memitem:a113d0f29022df23ed74ff1c171df8c82" id="r_a113d0f29022df23ed74ff1c171df8c82"><td class="memItemLeft">virtual bool&#160;</td><td class="memItemRight"><a class="el" href="#a113d0f29022df23ed74ff1c171df8c82">isTruncated</a> ()</td></tr>
<tr class="memitem:a20e43caa5780d199dd1d7d919f9d590e" id="r_a20e43caa5780d199dd1d7d919f9d590e"><td class="memItemLeft">virtual bool&#160;</td><td class="memItemRight"><a class="el" href="#a20e43caa5780d199dd1d7d919f9d590e">isResized</a> ()</td></tr>
<tr class="memitem:abe753ded9eb9cb7495c37050d0ed8a5e" id="r_abe753ded9eb9cb7495c37050d0ed8a5e"><td class="memItemLeft">BYTE&#160;</td><td class="memItemRight"><a class="el" href="#abe753ded9eb9cb7495c37050d0ed8a5e">operator[]</a> (size_t idx)</td></tr>
<tr class="memitem:adb10018e327d14ac29d842aee3ab5465" id="r_adb10018e327d14ac29d842aee3ab5465"><td class="memItemLeft">virtual <a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a>&#160;</td><td class="memItemRight"><a class="el" href="#adb10018e327d14ac29d842aee3ab5465">getOffset</a> (void *ptr, bool allowExceptions=false)</td></tr>
<tr class="memitem:a64f38e33f915741eb283ef9a34cacb6d" id="r_a64f38e33f915741eb283ef9a34cacb6d"><td class="memItemLeft">virtual BYTE *&#160;</td><td class="memItemRight"><a class="el" href="#a64f38e33f915741eb283ef9a34cacb6d">getContentAt</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> offset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size, bool allowExceptions=false)</td></tr>
<tr class="memitem:a1bb3488a20437ae30801b5f1b30d10ca" id="r_a1bb3488a20437ae30801b5f1b30d10ca"><td class="memItemLeft">virtual BYTE *&#160;</td><td class="memItemRight"><a class="el" href="#a1bb3488a20437ae30801b5f1b30d10ca">getContentAtPtr</a> (BYTE *ptr, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size, bool allowExceptions=false)</td></tr>
<tr class="memitem:a645af5adcbc9ea0639ffd216cdb2b170" id="r_a645af5adcbc9ea0639ffd216cdb2b170"><td class="memItemLeft">virtual bool&#160;</td><td class="memItemRight"><a class="el" href="#a645af5adcbc9ea0639ffd216cdb2b170">setBufferedValue</a> (BYTE *dstPtr, BYTE *srcPtr, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> srcSize, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> paddingSize, bool allowExceptions=false)</td></tr>
<tr class="memitem:a91f67da45e60fe85a4b03bd4e2b1c59e" id="r_a91f67da45e60fe85a4b03bd4e2b1c59e"><td class="memItemLeft">bool&#160;</td><td class="memItemRight"><a class="el" href="#a91f67da45e60fe85a4b03bd4e2b1c59e">setStringValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, QString newText)</td></tr>
<tr class="memitem:a1b2b8f6c4056609a33cef548e848e7a4" id="r_a1b2b8f6c4056609a33cef548e848e7a4"><td class="memItemLeft">QString&#160;</td><td class="memItemRight"><a class="el" href="#a1b2b8f6c4056609a33cef548e848e7a4">getStringValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> len=<a class="el" href="_abstract_byte_buffer_8h.html#a06eeddcfd3f26853ac1210c897f8a003">BUFSIZE_MAX</a>, bool acceptNonTerminated=false)</td></tr>
<tr class="memitem:ac56fe1119d76076dc58fd08cde2e2bb3" id="r_ac56fe1119d76076dc58fd08cde2e2bb3"><td class="memItemLeft">QString&#160;</td><td class="memItemRight"><a class="el" href="#ac56fe1119d76076dc58fd08cde2e2bb3">getWStringValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> len)</td></tr>
<tr class="memitem:af42b7e4acd2e6d9b1ef6213ce494a45a" id="r_af42b7e4acd2e6d9b1ef6213ce494a45a"><td class="memItemLeft">QString&#160;</td><td class="memItemRight"><a class="el" href="#af42b7e4acd2e6d9b1ef6213ce494a45a">getWAsciiStringValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> len, bool acceptNonTerminated=false)</td></tr>
<tr class="memitem:a04f5bb327ac0789b872d0771b11adc6b" id="r_a04f5bb327ac0789b872d0771b11adc6b"><td class="memItemLeft"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a>&#160;</td><td class="memItemRight"><a class="el" href="#a04f5bb327ac0789b872d0771b11adc6b">getMaxSizeFromOffset</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> startOffset)</td></tr>
<tr class="memitem:a4cbbe66b2777fa7c450f612ec3a20ae6" id="r_a4cbbe66b2777fa7c450f612ec3a20ae6"><td class="memItemLeft"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a>&#160;</td><td class="memItemRight"><a class="el" href="#a4cbbe66b2777fa7c450f612ec3a20ae6">getMaxSizeFromPtr</a> (BYTE *ptr)</td></tr>
<tr class="memitem:ad6e51045cafb47ed7d4467b55ad74d4f" id="r_ad6e51045cafb47ed7d4467b55ad74d4f"><td class="memItemLeft">bool&#160;</td><td class="memItemRight"><a class="el" href="#ad6e51045cafb47ed7d4467b55ad74d4f">isAreaEmpty</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size)</td></tr>
<tr class="memitem:af71537f23fca3c17751b782fc41a4ca2" id="r_af71537f23fca3c17751b782fc41a4ca2"><td class="memItemLeft">bool&#160;</td><td class="memItemRight"><a class="el" href="#af71537f23fca3c17751b782fc41a4ca2">fillContent</a> (BYTE filling)</td></tr>
<tr class="memitem:a879558945e14b82e6345dd47f25140c1" id="r_a879558945e14b82e6345dd47f25140c1"><td class="memItemLeft">bool&#160;</td><td class="memItemRight"><a class="el" href="#a879558945e14b82e6345dd47f25140c1">pasteBuffer</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="class_abstract_byte_buffer.html">AbstractByteBuffer</a> *buf, bool allowTrunc)</td></tr>
<tr class="memitem:a9fe8ad85b0926eacf7e3e4731b0344a3" id="r_a9fe8ad85b0926eacf7e3e4731b0344a3"><td class="memItemLeft">bool&#160;</td><td class="memItemRight"><a class="el" href="#a9fe8ad85b0926eacf7e3e4731b0344a3">containsBlock</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size)</td></tr>
<tr class="memitem:a14f43c9bfaa747b5ee4191a51f1180d9" id="r_a14f43c9bfaa747b5ee4191a51f1180d9"><td class="memItemLeft">bool&#160;</td><td class="memItemRight"><a class="el" href="#a14f43c9bfaa747b5ee4191a51f1180d9">intersectsBlock</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> rawOffset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size)</td></tr>
<tr class="memitem:a9476fc334d491f3882852b0048a76b77" id="r_a9476fc334d491f3882852b0048a76b77"><td class="memItemLeft">uint64_t&#160;</td><td class="memItemRight"><a class="el" href="#a9476fc334d491f3882852b0048a76b77">getNumValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> offset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size, bool *isOk)</td></tr>
<tr class="memitem:a5e4be1e74690ad6517c3d19ed946b857" id="r_a5e4be1e74690ad6517c3d19ed946b857"><td class="memItemLeft">bool&#160;</td><td class="memItemRight"><a class="el" href="#a5e4be1e74690ad6517c3d19ed946b857">setNumValue</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> offset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> size, uint64_t newVal)</td></tr>
<tr class="memitem:a39e77f97d0d667575ef574cc68255ae6" id="r_a39e77f97d0d667575ef574cc68255ae6"><td class="memItemLeft">bool&#160;</td><td class="memItemRight"><a class="el" href="#a39e77f97d0d667575ef574cc68255ae6">setTextValue</a> (char *textPtr, std::string newText, size_t fieldLimitLen=0)</td></tr>
<tr class="memitem:ac1710ac29680e17156a74a3618fe35f2" id="r_ac1710ac29680e17156a74a3618fe35f2"><td class="memItemLeft">virtual bool&#160;</td><td class="memItemRight"><a class="el" href="#ac1710ac29680e17156a74a3618fe35f2">resize</a> (<a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> newSize)</td></tr>
<tr class="memitem:a74943c97716eb8c33448a883f384f64c" id="r_a74943c97716eb8c33448a883f384f64c"><td class="memItemLeft"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a>&#160;</td><td class="memItemRight"><a class="el" href="#a74943c97716eb8c33448a883f384f64c">substFragmentByFile</a> (<a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> offset, <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> contentSize, QFile &amp;fIn)</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 id="header-pub-static-methods" class="groupheader"><a id="pub-static-methods" name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:ac24d107f7f7dafeeb671e9aceeba818d" id="r_ac24d107f7f7dafeeb671e9aceeba818d"><td class="memItemLeft">static bool&#160;</td><td class="memItemRight"><a class="el" href="#ac24d107f7f7dafeeb671e9aceeba818d">isValid</a> (<a class="el" href="class_abstract_byte_buffer.html">AbstractByteBuffer</a> *buf)</td></tr>
</table>
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
<div class="textblock">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8h_source.html#l00035">35</a> of file <a class="el" href="_abstract_byte_buffer_8h_source.html">AbstractByteBuffer.h</a>.</p>
</div><a name="doc-constructors" id="doc-constructors"></a><h2 id="header-doc-constructors" class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a083856a64bf8a0682a6a7799830f0ec1" name="a083856a64bf8a0682a6a7799830f0ec1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a083856a64bf8a0682a6a7799830f0ec1">&#9670;&#160;</a></span>AbstractByteBuffer()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">AbstractByteBuffer::AbstractByteBuffer </td>
<td>(</td>
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel inline">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8h_source.html#l00040">40</a> of file <a class="el" href="_abstract_byte_buffer_8h_source.html">AbstractByteBuffer.h</a>.</p>
</div>
</div>
<a id="a0a56c0aa65e56d6b739c060816cd3a40" name="a0a56c0aa65e56d6b739c060816cd3a40"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0a56c0aa65e56d6b739c060816cd3a40">&#9670;&#160;</a></span>~AbstractByteBuffer()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual AbstractByteBuffer::~AbstractByteBuffer </td>
<td>(</td>
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel inline">inline</span><span class="mlabel virtual">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8h_source.html#l00041">41</a> of file <a class="el" href="_abstract_byte_buffer_8h_source.html">AbstractByteBuffer.h</a>.</p>
</div>
</div>
<a name="doc-func-members" id="doc-func-members"></a><h2 id="header-doc-func-members" class="groupheader">Member Function Documentation</h2>
<a id="a9fe8ad85b0926eacf7e3e4731b0344a3" name="a9fe8ad85b0926eacf7e3e4731b0344a3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9fe8ad85b0926eacf7e3e4731b0344a3">&#9670;&#160;</a></span>containsBlock()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool AbstractByteBuffer::containsBlock </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>rawOffset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>size</em></span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00237">237</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a9fe8ad85b0926eacf7e3e4731b0344a3_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a9fe8ad85b0926eacf7e3e4731b0344a3_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a9fe8ad85b0926eacf7e3e4731b0344a3_cgraph" id="aclass_abstract_byte_buffer_a9fe8ad85b0926eacf7e3e4731b0344a3_cgraph">
<area shape="rect" title=" " alt="" coords="5,49,136,90"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="362,5,492,46"/>
<area shape="poly" title=" " alt="" coords="135,46,183,35,267,26,347,22,347,28,268,31,184,40,136,51"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="362,83,492,123"/>
<area shape="poly" title=" " alt="" coords="134,88,184,99,268,106,347,105,347,111,268,111,183,104,133,93"/>
<area shape="rect" href="class_abstract_byte_buffer.html#adb10018e327d14ac29d842aee3ab5465" title=" " alt="" coords="184,49,314,90"/>
<area shape="poly" title=" " alt="" coords="136,67,168,67,168,72,136,72"/>
<area shape="poly" title=" " alt="" coords="314,51,346,43,348,48,315,56"/>
<area shape="poly" title=" " alt="" coords="315,79,347,85,346,91,314,85"/>
</map>
</div>
</div>
</div>
<a id="af71537f23fca3c17751b782fc41a4ca2" name="af71537f23fca3c17751b782fc41a4ca2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af71537f23fca3c17751b782fc41a4ca2">&#9670;&#160;</a></span>fillContent()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool AbstractByteBuffer::fillContent </td>
<td>(</td>
<td class="paramtype">BYTE</td> <td class="paramname"><span class="paramname"><em>filling</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00199">199</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_af71537f23fca3c17751b782fc41a4ca2_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_af71537f23fca3c17751b782fc41a4ca2_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_af71537f23fca3c17751b782fc41a4ca2_cgraph" id="aclass_abstract_byte_buffer_af71537f23fca3c17751b782fc41a4ca2_cgraph">
<area shape="rect" title=" " alt="" coords="5,39,136,79"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="184,5,314,46"/>
<area shape="poly" title=" " alt="" coords="136,44,168,38,169,43,137,49"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="184,71,314,111"/>
<area shape="poly" title=" " alt="" coords="137,68,169,74,168,79,136,73"/>
</map>
</div>
</div>
</div>
<a id="a2d68f6930726a129478c8ab5ed38779a" name="a2d68f6930726a129478c8ab5ed38779a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2d68f6930726a129478c8ab5ed38779a">&#9670;&#160;</a></span>getContent()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual BYTE * AbstractByteBuffer::getContent </td>
<td>(</td>
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel pure-virtual">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Implemented in <a class="el" href="class_buffer_view.html#aa4a53aab5f6e22fb195d6b7ae8ed9e1f">BufferView</a>, <a class="el" href="class_byte_buffer.html#a04b5a95c6ab66b3685c2c6ff0aebf29e">ByteBuffer</a>, <a class="el" href="class_executable.html#a66e5a30580de455968bd682da7781af4">Executable</a>, <a class="el" href="class_exe_element_wrapper.html#a73e41be695c3260ba0764d5b9092937c">ExeElementWrapper</a>, <a class="el" href="class_file_buffer.html#aa4a5ce54fcad76e42d7dbb867b10d2bb">FileBuffer</a>, and <a class="el" href="class_file_view.html#a107374591eefba7980df282f52b3b8bc">FileView</a>.</p>
</div>
</div>
<a id="a64f38e33f915741eb283ef9a34cacb6d" name="a64f38e33f915741eb283ef9a34cacb6d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a64f38e33f915741eb283ef9a34cacb6d">&#9670;&#160;</a></span>getContentAt()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">BYTE * AbstractByteBuffer::getContentAt </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>offset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>size</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool</td> <td class="paramname"><span class="paramname"><em>allowExceptions</em></span><span class="paramdefsep"> = </span><span class="paramdefval">false</span>&#160;)</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel virtual">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Reimplemented in <a class="el" href="class_executable.html#a3f2511a46b6732f4afbcaa6a1bfb6c46">Executable</a>.</p>
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00057">57</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a64f38e33f915741eb283ef9a34cacb6d_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a64f38e33f915741eb283ef9a34cacb6d_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a64f38e33f915741eb283ef9a34cacb6d_cgraph" id="aclass_abstract_byte_buffer_a64f38e33f915741eb283ef9a34cacb6d_cgraph">
<area shape="rect" title=" " alt="" coords="5,39,136,79"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="184,5,314,46"/>
<area shape="poly" title=" " alt="" coords="136,44,168,38,169,43,137,49"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="184,71,314,111"/>
<area shape="poly" title=" " alt="" coords="137,68,169,74,168,79,136,73"/>
</map>
</div>
</div>
</div>
<a id="a1bb3488a20437ae30801b5f1b30d10ca" name="a1bb3488a20437ae30801b5f1b30d10ca"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1bb3488a20437ae30801b5f1b30d10ca">&#9670;&#160;</a></span>getContentAtPtr()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">BYTE * AbstractByteBuffer::getContentAtPtr </td>
<td>(</td>
<td class="paramtype">BYTE *</td> <td class="paramname"><span class="paramname"><em>ptr</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>size</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool</td> <td class="paramname"><span class="paramname"><em>allowExceptions</em></span><span class="paramdefsep"> = </span><span class="paramdefval">false</span>&#160;)</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel virtual">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Reimplemented in <a class="el" href="class_executable.html#a3dc1741cba39f6422ad114a3417c88bf">Executable</a>.</p>
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00099">99</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a1bb3488a20437ae30801b5f1b30d10ca_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a1bb3488a20437ae30801b5f1b30d10ca_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a1bb3488a20437ae30801b5f1b30d10ca_cgraph" id="aclass_abstract_byte_buffer_a1bb3488a20437ae30801b5f1b30d10ca_cgraph">
<area shape="rect" title=" " alt="" coords="5,39,136,79"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d" title=" " alt="" coords="184,5,314,46"/>
<area shape="poly" title=" " alt="" coords="136,44,168,38,169,43,137,49"/>
<area shape="rect" href="class_abstract_byte_buffer.html#adb10018e327d14ac29d842aee3ab5465" title=" " alt="" coords="184,71,314,111"/>
<area shape="poly" title=" " alt="" coords="137,68,169,74,168,79,136,73"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="362,5,492,46"/>
<area shape="poly" title=" " alt="" coords="315,23,346,23,346,28,315,28"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="362,71,492,111"/>
<area shape="poly" title=" " alt="" coords="307,44,356,62,355,67,305,49"/>
<area shape="poly" title=" " alt="" coords="305,68,355,49,356,54,307,73"/>
<area shape="poly" title=" " alt="" coords="315,88,346,88,346,94,315,94"/>
</map>
</div>
</div>
</div>
<a id="a0493bdae87b5011993652335adb19577" name="a0493bdae87b5011993652335adb19577"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0493bdae87b5011993652335adb19577">&#9670;&#160;</a></span>getContentSize()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> AbstractByteBuffer::getContentSize </td>
<td>(</td>
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel pure-virtual">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Implemented in <a class="el" href="class_buffer_view.html#afa235f02a4619a7e2f1e869d390c2cbf">BufferView</a>, <a class="el" href="class_byte_buffer.html#a1a8ecea490fbe8260620efab25dc1942">ByteBuffer</a>, <a class="el" href="class_executable.html#aeb23198ec798984f5b1cf6a3139be8f2">Executable</a>, <a class="el" href="class_exe_element_wrapper.html#a0bd5e125d24bc597cb6e7f720352fd5a">ExeElementWrapper</a>, <a class="el" href="class_file_buffer.html#a8e2cce24bd8e2e4c8ba2994c9a3c4567">FileBuffer</a>, and <a class="el" href="class_file_view.html#ad8fe9370d252ab0c77327cad7f57397a">FileView</a>.</p>
</div>
</div>
<a id="a04f5bb327ac0789b872d0771b11adc6b" name="a04f5bb327ac0789b872d0771b11adc6b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a04f5bb327ac0789b872d0771b11adc6b">&#9670;&#160;</a></span>getMaxSizeFromOffset()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> AbstractByteBuffer::getMaxSizeFromOffset </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>startOffset</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00087">87</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a04f5bb327ac0789b872d0771b11adc6b_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a04f5bb327ac0789b872d0771b11adc6b_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a04f5bb327ac0789b872d0771b11adc6b_cgraph" id="aclass_abstract_byte_buffer_a04f5bb327ac0789b872d0771b11adc6b_cgraph">
<area shape="rect" title=" " alt="" coords="5,5,165,46"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="213,5,343,46"/>
<area shape="poly" title=" " alt="" coords="165,23,197,23,197,28,165,28"/>
</map>
</div>
</div>
</div>
<a id="a4cbbe66b2777fa7c450f612ec3a20ae6" name="a4cbbe66b2777fa7c450f612ec3a20ae6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4cbbe66b2777fa7c450f612ec3a20ae6">&#9670;&#160;</a></span>getMaxSizeFromPtr()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a> AbstractByteBuffer::getMaxSizeFromPtr </td>
<td>(</td>
<td class="paramtype">BYTE *</td> <td class="paramname"><span class="paramname"><em>ptr</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel inline">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8h_source.html#l00062">62</a> of file <a class="el" href="_abstract_byte_buffer_8h_source.html">AbstractByteBuffer.h</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a4cbbe66b2777fa7c450f612ec3a20ae6_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a4cbbe66b2777fa7c450f612ec3a20ae6_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a4cbbe66b2777fa7c450f612ec3a20ae6_cgraph" id="aclass_abstract_byte_buffer_a4cbbe66b2777fa7c450f612ec3a20ae6_cgraph">
<area shape="rect" title=" " alt="" coords="5,39,147,79"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a04f5bb327ac0789b872d0771b11adc6b" title=" " alt="" coords="195,5,354,46"/>
<area shape="poly" title=" " alt="" coords="146,45,179,39,180,44,147,50"/>
<area shape="rect" href="class_abstract_byte_buffer.html#adb10018e327d14ac29d842aee3ab5465" title=" " alt="" coords="209,71,340,111"/>
<area shape="poly" title=" " alt="" coords="147,68,195,75,194,81,146,73"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="402,5,532,46"/>
<area shape="poly" title=" " alt="" coords="355,23,387,23,387,28,355,28"/>
<area shape="poly" title=" " alt="" coords="335,68,390,49,392,54,337,73"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="402,71,532,111"/>
<area shape="poly" title=" " alt="" coords="340,88,386,88,386,94,340,94"/>
</map>
</div>
</div>
</div>
<a id="a9476fc334d491f3882852b0048a76b77" name="a9476fc334d491f3882852b0048a76b77"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9476fc334d491f3882852b0048a76b77">&#9670;&#160;</a></span>getNumValue()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint64_t AbstractByteBuffer::getNumValue </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>offset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>size</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool *</td> <td class="paramname"><span class="paramname"><em>isOk</em></span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00297">297</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a9476fc334d491f3882852b0048a76b77_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a9476fc334d491f3882852b0048a76b77_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a9476fc334d491f3882852b0048a76b77_cgraph" id="aclass_abstract_byte_buffer_a9476fc334d491f3882852b0048a76b77_cgraph">
<area shape="rect" title=" " alt="" coords="5,27,136,68"/>
<area shape="rect" href="_abstract_byte_buffer_8cpp.html#a52457e713057d1f693e69718b73549a1" title=" " alt="" coords="195,5,302,31"/>
<area shape="poly" title=" " alt="" coords="136,34,179,27,180,32,137,39"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d" title=" " alt="" coords="184,55,314,96"/>
<area shape="poly" title=" " alt="" coords="137,55,169,60,168,65,136,60"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="362,22,492,62"/>
<area shape="poly" title=" " alt="" coords="314,61,346,55,347,60,315,66"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="362,87,492,128"/>
<area shape="poly" title=" " alt="" coords="315,85,347,90,346,96,314,90"/>
</map>
</div>
</div>
</div>
<a id="adb10018e327d14ac29d842aee3ab5465" name="adb10018e327d14ac29d842aee3ab5465"></a>
<h2 class="memtitle"><span class="permalink"><a href="#adb10018e327d14ac29d842aee3ab5465">&#9670;&#160;</a></span>getOffset()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> AbstractByteBuffer::getOffset </td>
<td>(</td>
<td class="paramtype">void *</td> <td class="paramname"><span class="paramname"><em>ptr</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool</td> <td class="paramname"><span class="paramname"><em>allowExceptions</em></span><span class="paramdefsep"> = </span><span class="paramdefval">false</span>&#160;)</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel virtual">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Reimplemented in <a class="el" href="class_exe_element_wrapper.html#af6fdb98a1dff9810143d6677b99ff4dd">ExeElementWrapper</a>.</p>
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00035">35</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_adb10018e327d14ac29d842aee3ab5465_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_adb10018e327d14ac29d842aee3ab5465_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_adb10018e327d14ac29d842aee3ab5465_cgraph" id="aclass_abstract_byte_buffer_adb10018e327d14ac29d842aee3ab5465_cgraph">
<area shape="rect" title=" " alt="" coords="5,39,136,79"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="184,5,314,46"/>
<area shape="poly" title=" " alt="" coords="136,44,168,38,169,43,137,49"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="184,71,314,111"/>
<area shape="poly" title=" " alt="" coords="137,68,169,74,168,79,136,73"/>
</map>
</div>
</div>
</div>
<a id="a1b2b8f6c4056609a33cef548e848e7a4" name="a1b2b8f6c4056609a33cef548e848e7a4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1b2b8f6c4056609a33cef548e848e7a4">&#9670;&#160;</a></span>getStringValue()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">QString AbstractByteBuffer::getStringValue </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>rawOffset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>len</em></span><span class="paramdefsep"> = </span><span class="paramdefval"><a class="el" href="_abstract_byte_buffer_8h.html#a06eeddcfd3f26853ac1210c897f8a003">BUFSIZE_MAX</a></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool</td> <td class="paramname"><span class="paramname"><em>acceptNonTerminated</em></span><span class="paramdefsep"> = </span><span class="paramdefval">false</span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00150">150</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a1b2b8f6c4056609a33cef548e848e7a4_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a1b2b8f6c4056609a33cef548e848e7a4_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a1b2b8f6c4056609a33cef548e848e7a4_cgraph" id="aclass_abstract_byte_buffer_a1b2b8f6c4056609a33cef548e848e7a4_cgraph">
<area shape="rect" title=" " alt="" coords="5,55,136,96"/>
<area shape="rect" href="namespacepe__util.html#a29d9c3fbe1df4a57764cd7da1263c695" title=" " alt="" coords="184,5,318,31"/>
<area shape="poly" title=" " alt="" coords="135,52,193,34,195,39,137,57"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d" title=" " alt="" coords="186,55,316,96"/>
<area shape="poly" title=" " alt="" coords="136,73,170,73,170,78,136,78"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="366,112,496,153"/>
<area shape="poly" title=" " alt="" coords="136,93,184,105,270,118,351,126,350,131,269,123,183,110,135,98"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="366,47,496,88"/>
<area shape="poly" title=" " alt="" coords="316,70,351,68,351,74,316,75"/>
<area shape="poly" title=" " alt="" coords="317,94,352,105,350,110,315,99"/>
</map>
</div>
</div>
</div>
<a id="af42b7e4acd2e6d9b1ef6213ce494a45a" name="af42b7e4acd2e6d9b1ef6213ce494a45a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af42b7e4acd2e6d9b1ef6213ce494a45a">&#9670;&#160;</a></span>getWAsciiStringValue()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">QString AbstractByteBuffer::getWAsciiStringValue </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>rawOffset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>len</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool</td> <td class="paramname"><span class="paramname"><em>acceptNonTerminated</em></span><span class="paramdefsep"> = </span><span class="paramdefval">false</span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00174">174</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_af42b7e4acd2e6d9b1ef6213ce494a45a_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_af42b7e4acd2e6d9b1ef6213ce494a45a_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_af42b7e4acd2e6d9b1ef6213ce494a45a_cgraph" id="aclass_abstract_byte_buffer_af42b7e4acd2e6d9b1ef6213ce494a45a_cgraph">
<area shape="rect" title=" " alt="" coords="5,27,159,68"/>
<area shape="rect" href="namespacepe__util.html#acc15740993227e006ab9ae4ea53ef6d3" title=" " alt="" coords="207,5,353,31"/>
<area shape="poly" title=" " alt="" coords="158,34,191,29,192,34,159,39"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d" title=" " alt="" coords="215,55,345,96"/>
<area shape="poly" title=" " alt="" coords="159,56,200,61,199,67,158,61"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="401,22,531,62"/>
<area shape="poly" title=" " alt="" coords="345,61,385,54,386,59,346,66"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="401,87,531,128"/>
<area shape="poly" title=" " alt="" coords="346,84,386,91,385,96,345,89"/>
</map>
</div>
</div>
</div>
<a id="ac56fe1119d76076dc58fd08cde2e2bb3" name="ac56fe1119d76076dc58fd08cde2e2bb3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac56fe1119d76076dc58fd08cde2e2bb3">&#9670;&#160;</a></span>getWStringValue()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">QString AbstractByteBuffer::getWStringValue </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>rawOffset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>len</em></span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00162">162</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_ac56fe1119d76076dc58fd08cde2e2bb3_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_ac56fe1119d76076dc58fd08cde2e2bb3_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_ac56fe1119d76076dc58fd08cde2e2bb3_cgraph" id="aclass_abstract_byte_buffer_ac56fe1119d76076dc58fd08cde2e2bb3_cgraph">
<area shape="rect" title=" " alt="" coords="5,39,136,79"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d" title=" " alt="" coords="184,39,314,79"/>
<area shape="poly" title=" " alt="" coords="136,56,168,56,168,62,136,62"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="362,5,492,46"/>
<area shape="poly" title=" " alt="" coords="314,44,346,38,347,43,315,49"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="362,71,492,111"/>
<area shape="poly" title=" " alt="" coords="315,68,347,74,346,79,314,73"/>
</map>
</div>
</div>
</div>
<a id="a14f43c9bfaa747b5ee4191a51f1180d9" name="a14f43c9bfaa747b5ee4191a51f1180d9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a14f43c9bfaa747b5ee4191a51f1180d9">&#9670;&#160;</a></span>intersectsBlock()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool AbstractByteBuffer::intersectsBlock </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>rawOffset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>size</em></span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00257">257</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a14f43c9bfaa747b5ee4191a51f1180d9_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a14f43c9bfaa747b5ee4191a51f1180d9_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a14f43c9bfaa747b5ee4191a51f1180d9_cgraph" id="aclass_abstract_byte_buffer_a14f43c9bfaa747b5ee4191a51f1180d9_cgraph">
<area shape="rect" title=" " alt="" coords="5,78,136,118"/>
<area shape="rect" href="namespace_logger.html#a36e3deee152da96a491b670a00d224c9" title=" " alt="" coords="194,5,304,31"/>
<area shape="poly" title=" " alt="" coords="116,75,203,35,205,40,119,80"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="362,62,492,102"/>
<area shape="poly" title=" " alt="" coords="136,93,346,83,347,88,136,98"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="362,139,492,180"/>
<area shape="poly" title=" " alt="" coords="102,117,140,139,184,156,225,163,267,167,346,166,347,171,267,172,224,169,183,161,138,143,100,121"/>
<area shape="rect" href="class_abstract_byte_buffer.html#adb10018e327d14ac29d842aee3ab5465" title=" " alt="" coords="184,106,314,146"/>
<area shape="poly" title=" " alt="" coords="137,106,169,111,168,116,136,111"/>
<area shape="poly" title=" " alt="" coords="314,107,346,99,348,105,315,113"/>
<area shape="poly" title=" " alt="" coords="315,136,347,142,346,147,314,141"/>
</map>
</div>
</div>
</div>
<a id="ad6e51045cafb47ed7d4467b55ad74d4f" name="ad6e51045cafb47ed7d4467b55ad74d4f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad6e51045cafb47ed7d4467b55ad74d4f">&#9670;&#160;</a></span>isAreaEmpty()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool AbstractByteBuffer::isAreaEmpty </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>rawOffset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>size</em></span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00188">188</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_ad6e51045cafb47ed7d4467b55ad74d4f_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_ad6e51045cafb47ed7d4467b55ad74d4f_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_ad6e51045cafb47ed7d4467b55ad74d4f_cgraph" id="aclass_abstract_byte_buffer_ad6e51045cafb47ed7d4467b55ad74d4f_cgraph">
<area shape="rect" title=" " alt="" coords="5,39,136,79"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d" title=" " alt="" coords="184,39,314,79"/>
<area shape="poly" title=" " alt="" coords="136,56,168,56,168,62,136,62"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="362,5,492,46"/>
<area shape="poly" title=" " alt="" coords="314,44,346,38,347,43,315,49"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="362,71,492,111"/>
<area shape="poly" title=" " alt="" coords="315,68,347,74,346,79,314,73"/>
</map>
</div>
</div>
</div>
<a id="a20e43caa5780d199dd1d7d919f9d590e" name="a20e43caa5780d199dd1d7d919f9d590e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a20e43caa5780d199dd1d7d919f9d590e">&#9670;&#160;</a></span>isResized()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual bool AbstractByteBuffer::isResized </td>
<td>(</td>
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel inline">inline</span><span class="mlabel virtual">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Reimplemented in <a class="el" href="class_byte_buffer.html#a2a9463758d08480ddf96d7d551f39a8f">ByteBuffer</a>, <a class="el" href="class_executable.html#afc83c5cdac5c8a28c59949944c790c5d">Executable</a>, and <a class="el" href="class_file_buffer.html#a0525da6f0ae5fc868ad5b398034ec4df">FileBuffer</a>.</p>
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8h_source.html#l00046">46</a> of file <a class="el" href="_abstract_byte_buffer_8h_source.html">AbstractByteBuffer.h</a>.</p>
</div>
</div>
<a id="a113d0f29022df23ed74ff1c171df8c82" name="a113d0f29022df23ed74ff1c171df8c82"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a113d0f29022df23ed74ff1c171df8c82">&#9670;&#160;</a></span>isTruncated()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual bool AbstractByteBuffer::isTruncated </td>
<td>(</td>
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel inline">inline</span><span class="mlabel virtual">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Reimplemented in <a class="el" href="class_executable.html#a076fe5621405c05bc0835866a32a2b0d">Executable</a>, <a class="el" href="class_file_buffer.html#ae1b0afb493c07daf35cdf4e7da5cbc45">FileBuffer</a>, and <a class="el" href="class_file_view.html#a0cbe4cf4efb205092c64c993ce4dc3cb">FileView</a>.</p>
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8h_source.html#l00045">45</a> of file <a class="el" href="_abstract_byte_buffer_8h_source.html">AbstractByteBuffer.h</a>.</p>
</div>
</div>
<a id="ac24d107f7f7dafeeb671e9aceeba818d" name="ac24d107f7f7dafeeb671e9aceeba818d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac24d107f7f7dafeeb671e9aceeba818d">&#9670;&#160;</a></span>isValid()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool AbstractByteBuffer::isValid </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_abstract_byte_buffer.html">AbstractByteBuffer</a> *</td> <td class="paramname"><span class="paramname"><em>buf</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel static">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00016">16</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_ac24d107f7f7dafeeb671e9aceeba818d_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_ac24d107f7f7dafeeb671e9aceeba818d_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_ac24d107f7f7dafeeb671e9aceeba818d_cgraph" id="aclass_abstract_byte_buffer_ac24d107f7f7dafeeb671e9aceeba818d_cgraph">
<area shape="rect" title=" " alt="" coords="5,71,136,111"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a083856a64bf8a0682a6a7799830f0ec1" title=" " alt="" coords="184,5,320,46"/>
<area shape="poly" title=" " alt="" coords="128,68,178,49,180,54,130,73"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="187,71,317,111"/>
<area shape="poly" title=" " alt="" coords="136,88,171,88,171,94,136,94"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="187,136,317,177"/>
<area shape="poly" title=" " alt="" coords="130,109,180,128,178,133,128,114"/>
</map>
</div>
</div>
</div>
<a id="abe753ded9eb9cb7495c37050d0ed8a5e" name="abe753ded9eb9cb7495c37050d0ed8a5e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#abe753ded9eb9cb7495c37050d0ed8a5e">&#9670;&#160;</a></span>operator[]()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">BYTE AbstractByteBuffer::operator[] </td>
<td>(</td>
<td class="paramtype">size_t</td> <td class="paramname"><span class="paramname"><em>idx</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00026">26</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_abe753ded9eb9cb7495c37050d0ed8a5e_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_abe753ded9eb9cb7495c37050d0ed8a5e_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_abe753ded9eb9cb7495c37050d0ed8a5e_cgraph" id="aclass_abstract_byte_buffer_abe753ded9eb9cb7495c37050d0ed8a5e_cgraph">
<area shape="rect" title=" " alt="" coords="5,39,136,79"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="184,5,314,46"/>
<area shape="poly" title=" " alt="" coords="136,44,168,38,169,43,137,49"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="184,71,314,111"/>
<area shape="poly" title=" " alt="" coords="137,68,169,74,168,79,136,73"/>
</map>
</div>
</div>
</div>
<a id="a879558945e14b82e6345dd47f25140c1" name="a879558945e14b82e6345dd47f25140c1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a879558945e14b82e6345dd47f25140c1">&#9670;&#160;</a></span>pasteBuffer()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool AbstractByteBuffer::pasteBuffer </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>rawOffset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="class_abstract_byte_buffer.html">AbstractByteBuffer</a> *</td> <td class="paramname"><span class="paramname"><em>buf</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool</td> <td class="paramname"><span class="paramname"><em>allowTrunc</em></span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00210">210</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a879558945e14b82e6345dd47f25140c1_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a879558945e14b82e6345dd47f25140c1_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a879558945e14b82e6345dd47f25140c1_cgraph" id="aclass_abstract_byte_buffer_a879558945e14b82e6345dd47f25140c1_cgraph">
<area shape="rect" title=" " alt="" coords="5,128,136,169"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a083856a64bf8a0682a6a7799830f0ec1" title=" " alt="" coords="362,5,498,46"/>
<area shape="poly" title=" " alt="" coords="82,126,121,74,149,47,183,27,223,14,266,8,308,6,347,9,347,14,308,12,266,13,224,19,185,32,153,52,125,77,86,129"/>
<area shape="rect" href="namespace_logger.html#a36e3deee152da96a491b670a00d224c9" title=" " alt="" coords="194,272,304,297"/>
<area shape="poly" title=" " alt="" coords="92,167,133,208,185,250,204,262,202,266,182,255,130,212,89,171"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="365,95,495,135"/>
<area shape="poly" title=" " alt="" coords="136,140,349,120,350,125,136,145"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d" title=" " alt="" coords="184,156,314,197"/>
<area shape="poly" title=" " alt="" coords="137,156,169,161,168,166,136,161"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="365,160,495,201"/>
<area shape="poly" title=" " alt="" coords="102,167,140,189,184,206,226,212,269,212,350,201,350,206,269,218,226,218,183,211,138,194,100,172"/>
<area shape="rect" href="class_abstract_byte_buffer.html#ac24d107f7f7dafeeb671e9aceeba818d" title=" " alt="" coords="184,41,314,82"/>
<area shape="poly" title=" " alt="" coords="113,125,191,87,193,91,116,130"/>
<area shape="poly" title=" " alt="" coords="310,153,353,138,354,143,312,158"/>
<area shape="poly" title=" " alt="" coords="314,175,349,176,349,181,314,180"/>
<area shape="poly" title=" " alt="" coords="314,46,346,40,347,45,315,51"/>
<area shape="poly" title=" " alt="" coords="315,78,351,89,349,94,313,83"/>
<area shape="poly" title=" " alt="" coords="276,80,316,112,363,145,372,150,369,154,361,149,313,116,273,84"/>
</map>
</div>
</div>
</div>
<a id="ac1710ac29680e17156a74a3618fe35f2" name="ac1710ac29680e17156a74a3618fe35f2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac1710ac29680e17156a74a3618fe35f2">&#9670;&#160;</a></span>resize()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual bool AbstractByteBuffer::resize </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>newSize</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel inline">inline</span><span class="mlabel virtual">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Reimplemented in <a class="el" href="class_byte_buffer.html#ab92692d610d9138a850e0cd04bef69d2">ByteBuffer</a>, <a class="el" href="class_executable.html#ab87eef44bb2ba2cdd64f830d7f067d31">Executable</a>, <a class="el" href="class_file_buffer.html#ac0170f40d7df0b65b416937fe46f066e">FileBuffer</a>, and <a class="el" href="class_mapped_exe.html#a48c66e1ace578bb506e5beb7f1b661cc">MappedExe</a>.</p>
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8h_source.html#l00076">76</a> of file <a class="el" href="_abstract_byte_buffer_8h_source.html">AbstractByteBuffer.h</a>.</p>
</div>
</div>
<a id="a645af5adcbc9ea0639ffd216cdb2b170" name="a645af5adcbc9ea0639ffd216cdb2b170"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a645af5adcbc9ea0639ffd216cdb2b170">&#9670;&#160;</a></span>setBufferedValue()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool AbstractByteBuffer::setBufferedValue </td>
<td>(</td>
<td class="paramtype">BYTE *</td> <td class="paramname"><span class="paramname"><em>dstPtr</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">BYTE *</td> <td class="paramname"><span class="paramname"><em>srcPtr</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>srcSize</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>paddingSize</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool</td> <td class="paramname"><span class="paramname"><em>allowExceptions</em></span><span class="paramdefsep"> = </span><span class="paramdefval">false</span>&#160;)</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel virtual">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00107">107</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a645af5adcbc9ea0639ffd216cdb2b170_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a645af5adcbc9ea0639ffd216cdb2b170_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a645af5adcbc9ea0639ffd216cdb2b170_cgraph" id="aclass_abstract_byte_buffer_a645af5adcbc9ea0639ffd216cdb2b170_cgraph">
<area shape="rect" title=" " alt="" coords="5,35,136,75"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="362,5,492,46"/>
<area shape="poly" title=" " alt="" coords="136,47,346,30,347,35,136,52"/>
<area shape="rect" href="class_abstract_byte_buffer.html#adb10018e327d14ac29d842aee3ab5465" title=" " alt="" coords="184,63,314,103"/>
<area shape="poly" title=" " alt="" coords="137,63,169,68,168,73,136,68"/>
<area shape="poly" title=" " alt="" coords="313,60,346,49,348,54,315,65"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="362,71,492,111"/>
<area shape="poly" title=" " alt="" coords="315,83,346,85,346,90,314,89"/>
</map>
</div>
</div>
</div>
<a id="a5e4be1e74690ad6517c3d19ed946b857" name="a5e4be1e74690ad6517c3d19ed946b857"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5e4be1e74690ad6517c3d19ed946b857">&#9670;&#160;</a></span>setNumValue()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool AbstractByteBuffer::setNumValue </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>offset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>size</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint64_t</td> <td class="paramname"><span class="paramname"><em>newVal</em></span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00327">327</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a5e4be1e74690ad6517c3d19ed946b857_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a5e4be1e74690ad6517c3d19ed946b857_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a5e4be1e74690ad6517c3d19ed946b857_cgraph" id="aclass_abstract_byte_buffer_a5e4be1e74690ad6517c3d19ed946b857_cgraph">
<area shape="rect" title=" " alt="" coords="5,47,136,88"/>
<area shape="rect" href="_abstract_byte_buffer_8cpp.html#ac3cd053e69301cf6e8ca7e6b0ca382f2" title=" " alt="" coords="195,5,302,31"/>
<area shape="poly" title=" " alt="" coords="136,47,184,33,186,38,137,52"/>
<area shape="rect" href="namespace_logger.html#a36e3deee152da96a491b670a00d224c9" title=" " alt="" coords="194,55,304,80"/>
<area shape="poly" title=" " alt="" coords="136,65,179,65,179,70,136,70"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d" title=" " alt="" coords="184,104,314,145"/>
<area shape="poly" title=" " alt="" coords="137,86,170,97,168,102,135,91"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="362,71,492,112"/>
<area shape="poly" title=" " alt="" coords="314,110,346,104,347,109,315,115"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="362,136,492,177"/>
<area shape="poly" title=" " alt="" coords="315,134,347,140,346,145,314,139"/>
</map>
</div>
</div>
</div>
<a id="a91f67da45e60fe85a4b03bd4e2b1c59e" name="a91f67da45e60fe85a4b03bd4e2b1c59e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a91f67da45e60fe85a4b03bd4e2b1c59e">&#9670;&#160;</a></span>setStringValue()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool AbstractByteBuffer::setStringValue </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>rawOffset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">QString</td> <td class="paramname"><span class="paramname"><em>newText</em></span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00135">135</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a91f67da45e60fe85a4b03bd4e2b1c59e_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a91f67da45e60fe85a4b03bd4e2b1c59e_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a91f67da45e60fe85a4b03bd4e2b1c59e_cgraph" id="aclass_abstract_byte_buffer_a91f67da45e60fe85a4b03bd4e2b1c59e_cgraph">
<area shape="rect" title=" " alt="" coords="5,43,136,83"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d" title=" " alt="" coords="362,5,492,46"/>
<area shape="poly" title=" " alt="" coords="136,54,346,31,347,37,136,59"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a645af5adcbc9ea0639ffd216cdb2b170" title=" " alt="" coords="184,71,314,111"/>
<area shape="poly" title=" " alt="" coords="137,71,169,76,168,81,136,76"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="540,5,671,46"/>
<area shape="poly" title=" " alt="" coords="493,23,524,23,524,28,493,28"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="540,71,671,111"/>
<area shape="poly" title=" " alt="" coords="485,44,535,62,533,67,484,49"/>
<area shape="poly" title=" " alt="" coords="312,109,362,120,427,126,492,120,527,113,529,118,493,126,427,132,362,126,311,115"/>
<area shape="rect" href="class_abstract_byte_buffer.html#adb10018e327d14ac29d842aee3ab5465" title=" " alt="" coords="362,71,492,111"/>
<area shape="poly" title=" " alt="" coords="315,88,346,88,346,94,315,94"/>
<area shape="poly" title=" " alt="" coords="484,68,533,49,535,54,485,73"/>
<area shape="poly" title=" " alt="" coords="493,88,524,88,524,94,493,94"/>
</map>
</div>
</div>
</div>
<a id="a39e77f97d0d667575ef574cc68255ae6" name="a39e77f97d0d667575ef574cc68255ae6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a39e77f97d0d667575ef574cc68255ae6">&#9670;&#160;</a></span>setTextValue()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool AbstractByteBuffer::setTextValue </td>
<td>(</td>
<td class="paramtype">char *</td> <td class="paramname"><span class="paramname"><em>textPtr</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::string</td> <td class="paramname"><span class="paramname"><em>newText</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t</td> <td class="paramname"><span class="paramname"><em>fieldLimitLen</em></span><span class="paramdefsep"> = </span><span class="paramdefval">0</span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00362">362</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a39e77f97d0d667575ef574cc68255ae6_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a39e77f97d0d667575ef574cc68255ae6_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a39e77f97d0d667575ef574cc68255ae6_cgraph" id="aclass_abstract_byte_buffer_a39e77f97d0d667575ef574cc68255ae6_cgraph">
<area shape="rect" title=" " alt="" coords="5,39,136,79"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d" title=" " alt="" coords="184,5,314,46"/>
<area shape="poly" title=" " alt="" coords="136,44,168,38,169,43,137,49"/>
<area shape="rect" href="class_abstract_byte_buffer.html#adb10018e327d14ac29d842aee3ab5465" title=" " alt="" coords="184,71,314,111"/>
<area shape="poly" title=" " alt="" coords="137,68,169,74,168,79,136,73"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="362,5,492,46"/>
<area shape="poly" title=" " alt="" coords="315,23,346,23,346,28,315,28"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="362,71,492,111"/>
<area shape="poly" title=" " alt="" coords="307,44,356,62,355,67,305,49"/>
<area shape="poly" title=" " alt="" coords="305,68,355,49,356,54,307,73"/>
<area shape="poly" title=" " alt="" coords="315,88,346,88,346,94,315,94"/>
</map>
</div>
</div>
</div>
<a id="a74943c97716eb8c33448a883f384f64c" name="a74943c97716eb8c33448a883f384f64c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a74943c97716eb8c33448a883f384f64c">&#9670;&#160;</a></span>substFragmentByFile()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> AbstractByteBuffer::substFragmentByFile </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></td> <td class="paramname"><span class="paramname"><em>offset</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_abstract_byte_buffer_8h.html#afedfa40fa58dd4bc7148024a7ad12c76">bufsize_t</a></td> <td class="paramname"><span class="paramname"><em>contentSize</em></span>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">QFile &amp;</td> <td class="paramname"><span class="paramname"><em>fIn</em></span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_abstract_byte_buffer_8cpp_source.html#l00395">395</a> of file <a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_abstract_byte_buffer_a74943c97716eb8c33448a883f384f64c_cgraph.png" border="0" usemap="#aclass_abstract_byte_buffer_a74943c97716eb8c33448a883f384f64c_cgraph" loading="lazy" alt=""/></div>
<map name="aclass_abstract_byte_buffer_a74943c97716eb8c33448a883f384f64c_cgraph" id="aclass_abstract_byte_buffer_a74943c97716eb8c33448a883f384f64c_cgraph">
<area shape="rect" title=" " alt="" coords="5,39,156,79"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a64f38e33f915741eb283ef9a34cacb6d" title=" " alt="" coords="204,39,334,79"/>
<area shape="poly" title=" " alt="" coords="156,56,188,56,188,62,156,62"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a2d68f6930726a129478c8ab5ed38779a" title=" " alt="" coords="382,5,512,46"/>
<area shape="poly" title=" " alt="" coords="334,44,366,38,367,43,335,49"/>
<area shape="rect" href="class_abstract_byte_buffer.html#a0493bdae87b5011993652335adb19577" title=" " alt="" coords="382,71,512,111"/>
<area shape="poly" title=" " alt="" coords="335,68,367,74,366,79,334,73"/>
</map>
</div>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>parser/include/bearparser/<a class="el" href="_abstract_byte_buffer_8h_source.html">AbstractByteBuffer.h</a></li>
<li>parser/<a class="el" href="_abstract_byte_buffer_8cpp_source.html">AbstractByteBuffer.cpp</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.17.0
</small></address>
</div><!-- doc-content -->
</body>
</html>