Skip to content

Commit e9f877a

Browse files
committedMay 5, 2018
update readme
1 parent 6f8ed41 commit e9f877a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ They all share the same `UnityBundle.php`
5757
1. UnityBundle.php
5858

5959
class `FileStream($filename)` and `MemoryStream($data)`:
60-
Two similiar stream reader, FileStream accepts filename, MemoryStream accpets string as binary.
61-
Reading value can perform either funciton `$stream->readInt32()` or property `$stream->ulong`
60+
Two similar stream reader, FileStream accepts filename, MemoryStream accepts string as binary.
61+
Reading value can perform either function `$stream->readInt32()` or property `$stream->ulong`
6262
Property `position` can get current and set to seek point
6363
Property `littleEndian` determine either use little endian reading or not
6464
Function `write($newData)` will always write to the end for MemoryStream, but can overwrite current data position for FileStream

0 commit comments

Comments
 (0)
Please sign in to comment.