blob: 10936e51d41a3f52517032af9db01d22c036efbc [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<link rel="canonical" href="https://ignite.apache.org/releases/2.5.0/dotnetdoc/api/Apache.Ignite.Core.Binary.IBinaryRawReader.html" />
<META NAME="ROBOTS" CONTENT="NOINDEX">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Interface IBinaryRawReader
| Apache Ignite.NET </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Interface IBinaryRawReader
| Apache Ignite.NET ">
<meta name="generator" content="docfx 2.24.0.0">
<link rel="shortcut icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61232409-1', 'auto');
ga('send', 'pageview');
</script></head>
<body data-spy="scroll" data-target="#affix">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../images/logo_ignite_32_32.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items"></div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader">
<h1 id="Apache_Ignite_Core_Binary_IBinaryRawReader" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader" class="text-break">Interface IBinaryRawReader
</h1>
<div class="markdown level0 summary"><p>Raw reader for binary objects. </p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="Apache.Ignite.Core.Binary.html">Apache.Ignite.Core.Binary</a></h6>
<h6><strong>Assembly</strong>: Apache.Ignite.Core.dll</h6>
<h5 id="Apache_Ignite_Core_Binary_IBinaryRawReader_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public interface IBinaryRawReader</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadArray__1" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadArray``1">ReadArray&lt;T&gt;()</h4>
<div class="markdown level1 summary"><p>Read object array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">T[] ReadArray&lt;T&gt;()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>T[]</td>
<td><p>Object array.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadBoolean_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadBoolean*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadBoolean" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadBoolean">ReadBoolean()</h4>
<div class="markdown level1 summary"><p>Read boolean value. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">bool ReadBoolean()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p>Boolean value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadBooleanArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadBooleanArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadBooleanArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadBooleanArray">ReadBooleanArray()</h4>
<div class="markdown level1 summary"><p>Read boolean array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">bool[] ReadBooleanArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span>[]</td>
<td><p>Boolean array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadByte_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadByte*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadByte" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadByte">ReadByte()</h4>
<div class="markdown level1 summary"><p>Read byte value. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">byte ReadByte()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><p>Byte value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadByteArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadByteArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadByteArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadByteArray">ReadByteArray()</h4>
<div class="markdown level1 summary"><p>Read byte array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">byte[] ReadByteArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span>[]</td>
<td><p>Byte array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadChar_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadChar*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadChar" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadChar">ReadChar()</h4>
<div class="markdown level1 summary"><p>Read char value. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">char ReadChar()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span></td>
<td><p>Char value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadCharArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadCharArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadCharArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadCharArray">ReadCharArray()</h4>
<div class="markdown level1 summary"><p>Read char array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">char[] ReadCharArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><p>Char array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadCollection_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadCollection*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadCollection" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadCollection">ReadCollection()</h4>
<div class="markdown level1 summary"><p>Read collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICollection ReadCollection()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.ICollection</span></td>
<td><p>Collection.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadCollection_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadCollection*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadCollection_System_Func_System_Int32_System_Collections_ICollection__System_Action_System_Collections_ICollection_System_Object__" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadCollection(System.Func{System.Int32,System.Collections.ICollection},System.Action{System.Collections.ICollection,System.Object})">ReadCollection(Func&lt;Int32, ICollection&gt;, Action&lt;ICollection, Object&gt;)</h4>
<div class="markdown level1 summary"><p>Read collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICollection ReadCollection(Func&lt;int, ICollection&gt; factory, Action&lt;ICollection, object&gt; adder)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">System.Int32</span>, <span class="xref">System.Collections.ICollection</span>&gt;</td>
<td><span class="parametername">factory</span></td>
<td><p>Factory.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Action</span>&lt;<span class="xref">System.Collections.ICollection</span>, <span class="xref">System.Object</span>&gt;</td>
<td><span class="parametername">adder</span></td>
<td><p>Adder.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.ICollection</span></td>
<td><p>Collection.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDecimal_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDecimal*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDecimal" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDecimal">ReadDecimal()</h4>
<div class="markdown level1 summary"><p>Read decimal value. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">decimal ? ReadDecimal()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Decimal</span>&gt;</td>
<td><p>Decimal value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDecimalArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDecimalArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDecimalArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDecimalArray">ReadDecimalArray()</h4>
<div class="markdown level1 summary"><p>Read decimal array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">decimal ? [] ReadDecimalArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Decimal</span>&gt;[]</td>
<td><p>Decimal array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDictionary_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDictionary*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDictionary" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDictionary">ReadDictionary()</h4>
<div class="markdown level1 summary"><p>Read dictionary. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IDictionary ReadDictionary()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.IDictionary</span></td>
<td><p>Dictionary.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDictionary_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDictionary*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDictionary_System_Func_System_Int32_System_Collections_IDictionary__" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDictionary(System.Func{System.Int32,System.Collections.IDictionary})">ReadDictionary(Func&lt;Int32, IDictionary&gt;)</h4>
<div class="markdown level1 summary"><p>Read dictionary.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IDictionary ReadDictionary(Func&lt;int, IDictionary&gt; factory)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">System.Int32</span>, <span class="xref">System.Collections.IDictionary</span>&gt;</td>
<td><span class="parametername">factory</span></td>
<td><p>Factory.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.IDictionary</span></td>
<td><p>Dictionary.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDouble_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDouble*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDouble" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDouble">ReadDouble()</h4>
<div class="markdown level1 summary"><p>Read double value. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">double ReadDouble()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><p>Double value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDoubleArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDoubleArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadDoubleArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadDoubleArray">ReadDoubleArray()</h4>
<div class="markdown level1 summary"><p>Read double array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">double[] ReadDoubleArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span>[]</td>
<td><p>Double array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadEnum_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadEnum*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadEnum__1" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadEnum``1">ReadEnum&lt;T&gt;()</h4>
<div class="markdown level1 summary"><p>Read enum value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">T ReadEnum&lt;T&gt;()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td><p>Enum value.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadEnumArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadEnumArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadEnumArray__1" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadEnumArray``1">ReadEnumArray&lt;T&gt;()</h4>
<div class="markdown level1 summary"><p>Read enum array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">T[] ReadEnumArray&lt;T&gt;()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>T[]</td>
<td><p>Enum array.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadFloat_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadFloat*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadFloat" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadFloat">ReadFloat()</h4>
<div class="markdown level1 summary"><p>Read float value. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">float ReadFloat()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><p>Float value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadFloatArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadFloatArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadFloatArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadFloatArray">ReadFloatArray()</h4>
<div class="markdown level1 summary"><p>Read float array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">float[] ReadFloatArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span>[]</td>
<td><p>Float array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadGuid_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadGuid*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadGuid" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadGuid">ReadGuid()</h4>
<div class="markdown level1 summary"><p>Read GUID value. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">Guid? ReadGuid()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Guid</span>&gt;</td>
<td><p>GUID value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadGuidArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadGuidArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadGuidArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadGuidArray">ReadGuidArray()</h4>
<div class="markdown level1 summary"><p>Read GUID array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">Guid? [] ReadGuidArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Guid</span>&gt;[]</td>
<td><p>GUID array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadInt_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadInt*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadInt" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadInt">ReadInt()</h4>
<div class="markdown level1 summary"><p>Read int value. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">int ReadInt()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><p>Int value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadIntArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadIntArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadIntArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadIntArray">ReadIntArray()</h4>
<div class="markdown level1 summary"><p>Read int array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">int[] ReadIntArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span>[]</td>
<td><p>Int array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadLong_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadLong*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadLong" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadLong">ReadLong()</h4>
<div class="markdown level1 summary"><p>Read long value. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">long ReadLong()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><p>Long value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadLongArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadLongArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadLongArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadLongArray">ReadLongArray()</h4>
<div class="markdown level1 summary"><p>Read long array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">long[] ReadLongArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span>[]</td>
<td><p>Long array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadObject_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadObject*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadObject__1" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadObject``1">ReadObject&lt;T&gt;()</h4>
<div class="markdown level1 summary"><p>Read object. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">T ReadObject&lt;T&gt;()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td><p>Object.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadShort_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadShort*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadShort" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadShort">ReadShort()</h4>
<div class="markdown level1 summary"><p>Read short value. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">short ReadShort()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><p>Short value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadShortArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadShortArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadShortArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadShortArray">ReadShortArray()</h4>
<div class="markdown level1 summary"><p>Read short array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">short[] ReadShortArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int16</span>[]</td>
<td><p>Short array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadString_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadString*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadString" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadString">ReadString()</h4>
<div class="markdown level1 summary"><p>Read string value. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">string ReadString()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>String value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadStringArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadStringArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadStringArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadStringArray">ReadStringArray()</h4>
<div class="markdown level1 summary"><p>Read string array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">string[] ReadStringArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><p>String array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadTimestamp_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadTimestamp*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadTimestamp" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadTimestamp">ReadTimestamp()</h4>
<div class="markdown level1 summary"><p>Read date value in UTC form. Shortcut for <code>ReadTimestamp(false)</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">DateTime? ReadTimestamp()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTime</span>&gt;</td>
<td><p>Date value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadTimestampArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadTimestampArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawReader_ReadTimestampArray" data-uid="Apache.Ignite.Core.Binary.IBinaryRawReader.ReadTimestampArray">ReadTimestampArray()</h4>
<div class="markdown level1 summary"><p>Read date array in UTC form. Shortcut for <code>ReadTimestampArray(false)</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">DateTime? [] ReadTimestampArray()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTime</span>&gt;[]</td>
<td><p>Date array.</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
© 2015 - 2018 The Apache Software Foundation
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>