Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Jun 1, 2024
1 parent d3deecf commit 2b8369c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,19 +171,15 @@ Bug Fix. <i><strong>(Reader & Writer)</strong></i>


### 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>
- ##### <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>
- ##### <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 2b8369c

Please sign in to comment.