AssetManipulatedStreamWrite Method
|
Namespace: Ingeniux.CMS.AssetContentAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic override void Write(
byte[] buffer,
int offset,
int count
)
Public Overrides Sub Write (
buffer As Byte(),
offset As Integer,
count As Integer
)
public:
virtual void Write(
array<unsigned char>^ buffer,
int offset,
int count
) override
abstract Write :
buffer : byte[] *
offset : int *
count : int -> unit
override Write :
buffer : byte[] *
offset : int *
count : int -> unit Parameters
- buffer Byte
[Missing <param name="buffer"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.Write(System.Byte[],System.Int32,System.Int32)"]
- offset Int32
[Missing <param name="offset"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.Write(System.Byte[],System.Int32,System.Int32)"]
- count Int32
[Missing <param name="count"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.Write(System.Byte[],System.Int32,System.Int32)"]
See Also