You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ The main goal of this library is to create chunks with predefined sizes from a b
4
4
5
5
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.
6
6
7
+
With the correct charset specified, it can handle special characters, and also parse them for validation.
8
+
7
9
## Usage
8
10
### Simple Chunking
9
11
The implementation is Object-oriented, so in order to split the files, an instance of Chunker has to be created first.
0 commit comments