Skip to content

Commit

Permalink
add. version 1.x.x Read docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Jun 1, 2024
1 parent a353697 commit d3deecf
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,25 @@ Bug Fix. <i><strong>(Reader & Writer)</strong></i>
<td>
<details><summary>📄 <strong><sup><sub>Writer</sub></sup></strong></summary>

```csharp
```
</details>
<details><summary>📄 <strong><sup><sub>Reader</sub></sup></strong></summary>

```csharp
```

### Proprieties
- <sub><sup>Success : ``bool``</sup></sub><br><sup>Return true if deserialized successful.</sup>

- <sub><sup>Position : ``int``</sup></sub><br><sup>Return current read index.</sup>

- <sub><sup>Length : ``int``</sup></sub><br><sup>Return buffer length.</sup>

### Methods

- <sub><sup>Seek(``int`` position) : ``void``</sup></sub><br><sup>Move position (internal buffer index)</sup>

- <sub><sup>Read&lt;T&gt;() : ``T``</sup></sub><br><sup>Read content from iternal buffer.</sup>

- <sub><sup>Read&lt;T&gt;(``Encoding`` encoding) : ``T``</sup></sub><br><sup>Read custom encoding string.</sup>

</details>
<details><summary>📄 <strong><sup><sub>Example</sub></sup></strong></summary>

Expand Down

0 comments on commit d3deecf

Please sign in to comment.