Skip to content

Commit 43b2cda

Browse files
committed
Edited README
1 parent d04e85a commit 43b2cda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The main goal of this library is to create chunks with predefined sizes from a b
44

55
The algorithm was written using the XMLParser php library, which is capable of parsing an XML file line to line (or tag to tag) without state-control, and not by a string to string comparison or simple I/O operations. This attribute of the library makes it possible to implement validation on the said tags, everytime they are parsed.
66

7+
With the correct charset specified, it can handle special characters, and also parse them for validation.
8+
79
## Usage
810
### Simple Chunking
911
The implementation is Object-oriented, so in order to split the files, an instance of Chunker has to be created first.

0 commit comments

Comments
 (0)