Метод | Описание | |
---|---|---|
GetContents ( ) : byte[] |
Reads the data and returns it in byte array format.
|
|
GetStream ( ) : Stream |
Reads the data as a stream with a buffer size of 4096 bytes.
|
|
GetStream ( int buffersize ) : Stream |
Reads the data as a stream with a specified buffer size.
|
Метод | Описание | |
---|---|---|
ResourceDataEntry ( PeImage image, uint offset, |
public GetStream ( int buffersize ) : Stream | ||
buffersize | int | The buffer size to be used to read the data. |
Результат | Stream |