MemcacheWrite Method (Byte, Int32, Int32) |
writes a byte array to the output stream
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public void Write(
byte[] bytes,
int offset,
int count
)
Public Sub Write (
bytes As Byte(),
offset As Integer,
count As Integer
)
public:
void Write(
array<unsigned char>^ bytes,
int offset,
int count
)
member Write :
bytes : byte[] *
offset : int *
count : int -> unit
Parameters
- bytes
- Type: SystemByte
byte array to write - offset
- Type: SystemInt32
offset to begin writing from - count
- Type: SystemInt32
count of bytes to write
See Also