BinaryStreamWrapperWrite(Byte, Int32, Int32) Method
Writes a block of bytes to the underlying stream.
Namespace: SnapDB.IOAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override void Write(
byte[] value,
int offset,
int count
)
Public Overrides Sub Write (
value As Byte(),
offset As Integer,
count As Integer
)
public:
virtual void Write(
array<unsigned char>^ value,
int offset,
int count
) override
function Write(value, offset, count);
Parameters
- value Byte
- The buffer containing the data to write.
- offset Int32
- The zero-based byte offset in the buffer from which to begin writing.
- count Int32
- The maximum number of bytes to write.