Allocation.IoSend Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Send a buffer to the output stream.
[Android.Runtime.Register("ioSend", "()V", "GetIoSendHandler")]
public virtual void IoSend ();
[<Android.Runtime.Register("ioSend", "()V", "GetIoSendHandler")>]
abstract member IoSend : unit -> unit
override this.IoSend : unit -> unit
- Attributes
Remarks
Send a buffer to the output stream. The contents of the Allocation will be undefined after this operation. This operation is only valid if #USAGE_IO_OUTPUT
is set on the Allocation.
Java documentation for android.renderscript.Allocation.ioSend()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.