SecureBlackbox 16: Where has the BufferType type gone?


BufferType has been replaced with ByteArray.

Note that in VCL BufferType was an alias to AnsiString, and as such it was 1-based. ByteArray is array of type byte, so it is 0-based.

In the Java and .NET editions, BufferType was an alias to ByteArray so it is still 0-based.

We appreciate your feedback. If you have any questions, comments, or suggestions about this article please contact our support team at support@nsoftware.com.