Method | Description | |
---|---|---|
ByteReader ( |
||
ByteReader ( byte bytes ) : UnityEngine | ||
ReadCSV ( ) : BetterList |
Read a single line of Comma-Separated Values from the file.
|
|
ReadDictionary ( ) : string>.Dictionary |
Assume that the entire file is a collection of key/value pairs.
|
|
ReadLine ( ) : string |
Read a single line from the buffer.
|
Method | Description | |
---|---|---|
ReadLine ( byte buffer, int start, int count ) : string |
Read a single line from the buffer.
|
public ByteReader ( |
||
asset | ||
return | UnityEngine |
public ByteReader ( byte bytes ) : UnityEngine | ||
bytes | byte | |
return | UnityEngine |
public ReadDictionary ( ) : string>.Dictionary |
||
return | string>.Dictionary |