Method | Description | |
---|---|---|
GetResourceByName ( string fileName ) : byte[] |
Reads an embedded resource
|
|
ReopenForReading ( this stream ) : Stream |
Tries to Reopen the stream for reading.
|
|
ReopenForWriting ( this stream ) : Stream |
Tries to Reopen the stream for writing.
|
|
StreamToBytes ( this input ) : byte[] |
Converts StreamToBytes
|
public static GetResourceByName ( string fileName ) : byte[] | ||
fileName | string | embedded resource file |
return | byte[] |
public static ReopenForReading ( this stream ) : Stream | ||
stream | this | input stream |
return | Stream |
public static ReopenForWriting ( this stream ) : Stream | ||
stream | this | input stream |
return | Stream |
public static StreamToBytes ( this input ) : byte[] | ||
input | this | stream |
return | byte[] |