SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
Byte
Buffer(
Byte
) Constructor
Creates a new instance of byte buffer and fills it with specified bytes.
Definition
Namespace:
OddPrg
Assembly:
OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
Copy
public
ByteBuffer
(
byte
[]
a
)
Parameters
a
Byte
Source byte array
See Also
Reference
ByteBuffer Class
ByteBuffer Overload
OddPrg Namespace
In This Article
Definition
See Also