[C#]
StreamObject
SetContentData(byte[] buffer, bool compress)
StreamObject
SetContentData(byte[] buffer, int index, int count, bool
compress)
[Visual Basic]
Sub SetContentData(buffer() As Byte, compress As bool) As
StreamObject
Sub SetContentData(buffer() As Byte, index As int, count As int,
compress As bool) As StreamObject
|
|
|