Method | Description | |
---|---|---|
Read ( Stream input ) : byte[] |
Reads the given Stream.
|
|
Read ( string filename ) : byte[] |
Opens and reads the given filename. The file is held open until the object is disposed.
|
Method | Description | |
---|---|---|
Decode ( |
public Read ( Stream input ) : byte[] | ||
input | Stream | The input |
return | byte[] |
public Read ( string filename ) : byte[] | ||
filename | string | The file to open and read. |
return | byte[] |