Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void Update( byte[] b, int off, int len ) |
Visual Basic |
---|
Public Sub Update ( _ b As Byte(), _ off As Integer, _ len As Integer _ ) |
Visual C++ |
---|
public: void Update( array<unsigned char>^ b, int off, int len ) |
Parameters
- b
- Type: array<System..::..Byte>[]()[][]
- off
- Type: System..::..Int32
- len
- Type: System..::..Int32