Namespace: Org.BouncyCastle.Crypto.Tls
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public override void Write( byte[] buf, int offset, int len ) |
Visual Basic |
---|
Public Overrides Sub Write ( _ buf As Byte(), _ offset As Integer, _ len As Integer _ ) |
Visual C++ |
---|
public: virtual void Write( array<unsigned char>^ buf, int offset, int len ) override |
Parameters
- buf
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- len
- Type: System..::..Int32