Method | Description | |
---|---|---|
Read ( this binaryreader, Byte buffer ) : |
Extends Read so that buffer offset of 0 and call to Array.Length are not needed.
|
|
Read ( this binaryreader, Char buffer ) : |
Extends Read so that buffer offset of 0 and call to Array.Length are not needed.
|
public static Read ( this binaryreader, Byte buffer ) : |
||
binaryreader | this | |
buffer | Byte | |
return |
public static Read ( this binaryreader, Char buffer ) : |
||
binaryreader | this | |
buffer | Char | |
return |