File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ They all share the same `UnityBundle.php`
57
57
1 . UnityBundle.php
58
58
59
59
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 `
62
62
Property ` position ` can get current and set to seek point
63
63
Property ` littleEndian ` determine either use little endian reading or not
64
64
Function ` write($newData) ` will always write to the end for MemoryStream, but can overwrite current data position for FileStream
You can’t perform that action at this time.
0 commit comments