Summary
writes a single byte to the buffer.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Marshall - Containing Type
- IWriteBuffer
Syntax
void WriteByte(byte b)
Remarks
writes a single byte to the buffer.
Parameters
| Name | Type | Description |
|---|---|---|
| b | byte | the byte |
Return Value
| Type | Description |
|---|---|
| void |