Skip to content

Commit 5737dd7

Browse files
committed
Update index.md
grammary
1 parent 4fd2f4f commit 5737dd7

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

index.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,13 @@ An interface changes the act of the fields of the class implementing it. The cla
140140
annotation will be excluded. The annotation parameters will change the behavior of the class with that field annotated.
141141

142142
---
143-
144143
# **IO** [<font size="3">(cufyorg:io)</font>][io]
145144
I/O interfaces and solutions for I/O interfaces. This repository is not for classes that designed to be just a part of an application. This
146145
repository most uses the packages 'cufy.io', 'cufy.nio'.
147146

148147
- ### **Buffer** [<font size="3">(cufy.nio.Buffer)</font>][io-buffer]
149-
A class that holds data and provide it using a cursor. It's cursor can be set manually but it can't store data at a position other than the
150-
position of it's cursor. It cursor increment dynamically when any data stored at it.
148+
A class that holds data and provide it using a cursor. Its cursor can be set manually but it can't store data at a position other than the
149+
position of its cursor. It’s cursor increments dynamically when any data stored at it.
151150

152151
- ### **Buffered- InputStream / Reader** [<font size="3">(cufy.io.*)</font>][io-io*]
153152
Since not all readers and input-streams don't support 'mark()' and 'reset()'. These classes stores the read data after invoke 'mark()'. Then supply
@@ -157,18 +156,18 @@ the user with the buffered data after invoking 'reset()'.
157156
A boxing for streams, readers or writer to gain the ability to be controlled. The boxing uses Instructor to check what position it should be.
158157

159158
- ### **Loadable** [<font size="3">(cufy.lang.Loadable)</font>][io-loadable]
160-
An interface to identify an object that can be loaded from a stream or a reader and can be saved to a stream or a writer. The implement class
159+
An interface to identify an object that can be loaded from a stream or a reader and can be saved to a stream or a writer. The implementing class
161160
should able to provide an input-stream, an output-stream, a reader, and a writer. Also a controllable version of them. And should specify the way
162161
to save-to/load-from the streams or reader and writer that it can provide.
163162

164163
- ### **FileLoadable** [<font size="3">(cufy.io.FileLoadable)</font>][io-file_loadable]
165164
An implementation for the interface Loadable. The implementation provides the required stream, reader, and writer specified by the loadable
166-
interface. It provides the required resources from the file that the implement class provides to it.
165+
interface. It provides the required resources from the file that the implementing class provides to it.
167166

168167
- ### **URLLoadable** [<font size="3">(cufy.io.URLLoadable)</font>][io-url_loadable]
169168
An implementation for the interface Loadable. The implementation provides the required stream, reader, and writer specified by the loadable
170-
interface. It provides the required resources from the url that the implement class provides to it.
169+
interface. It provides the required resources from the URL that the implement class provides to it.
171170

172171
- ### **FormatLoadable** [<font size="3">(cufy.text.FormatLoadable)</font>][io-format_loadable]
173172
An implementation for the interface Loadable. The implementation provides the way to save-to/load-from the resources provided from the implement
174-
class. The implementation uses a format (specified to be provide) to save and load data.
173+
class. The implementation uses a format (specified to be provide) to save and load data.

0 commit comments

Comments
 (0)