次の方法で共有


ConverterStream.Write Method

The Write method converts and writes count bytes from buffer, starting at offset, into the destination TextWriter that it owns.

Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Overrides Sub Write ( _
    buffer As Byte(), _
    offset As Integer, _
    count As Integer _
)
public override void Write (
    byte[] buffer,
    int offset,
    int count
)
public:
virtual void Write (
    array<unsigned char>^ buffer, 
    int offset, 
    int count
) override
public void Write (
    byte[] buffer, 
    int offset, 
    int count
)
public override function Write (
    buffer : byte[], 
    offset : int, 
    count : int
)

Parameters

  • buffer
    The character array to write data from.
  • offset
    The starting index in the buffer.
  • count
    The number of characters to write.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003