From 2b8369c636209c94bd2d6d287315c2093fcc1c91 Mon Sep 17 00:00:00 2001 From: Alecio Furanze Date: Sat, 1 Jun 2024 10:54:11 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b4cfe17..3a3a0a8 100644 --- a/README.md +++ b/README.md @@ -171,19 +171,15 @@ Bug Fix. (Reader & Writer) ### Proprieties -- Success : ``bool``
Return true if deserialized successful. - -- Position : ``int``
Return current read index. - -- Length : ``int``
Return buffer length. +- ##### Success : ``bool``
Return true if deserialized successful. +- ##### Position : ``int``
Return current read index. +- ##### Length : ``int``
Return buffer length. ### Methods -- Seek(``int`` position) : ``void``
Move position (internal buffer index) - -- Read<T>() : ``T``
Read content from iternal buffer. - -- Read<T>(``Encoding`` encoding) : ``T``
Read custom encoding string. +- ##### Seek(``int`` position) : ``void``
Move position (internal buffer index) +- ##### Read<T>() : ``T``
Read content from iternal buffer. +- ##### Read<T>(``Encoding`` encoding) : ``T``
Read custom encoding string.
📄 Example