Summary
Note the different implementation when compared to LatinStringIO and UnicodeStringIO:
Instead of writing the length of the string, UTF8StringIO writes the length of the
byte array.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Encoding - Containing Type
- DelegatingStringIO
Syntax
public override void WriteLengthAndString(IWriteBuffer buffer, string str)
Remarks
Note the different implementation when compared to LatinStringIO and UnicodeStringIO:
Instead of writing the length of the string, UTF8StringIO writes the length of the
byte array.
Parameters
Name | Type | Description |
---|---|---|
buffer | IWriteBuffer | |
str | string |
Return Value
Type | Description |
---|---|
void |