ByteBufferAdd(Byte, Int32, Int32) Method
Adds a part of bytes to the end of the buffer.
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public void Add(
byte[] bytes,
int offset,
int count
)
Parameters
- bytes Byte
- Another byte buffer to add bytes from
- offset Int32
- Offset in bytes to start addition. If it points otside bytes, nothing is added.
- count Int32
- The count of bytes to add. If offset + count points outside bytes, only available bytes are added.