OutputStreamAdapter.Write 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.
Overloads
Write(Byte[]) | |
Write(Int32) | |
Write(Byte[], Int32, Int32) |
Write(Byte[])
public override void Write (byte[] buffer);
override this.Write : byte[] -> unit
Parameters
- buffer
- Byte[]
Remarks
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.
Applies to
Write(Int32)
public override void Write (int oneByte);
override this.Write : int -> unit
Parameters
- oneByte
- Int32
Remarks
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.
Applies to
Write(Byte[], Int32, Int32)
public override void Write (byte[] buffer, int offset, int length);
override this.Write : byte[] * int * int -> unit
Parameters
- buffer
- Byte[]
- offset
- Int32
- length
- Int32
Remarks
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.