- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Encoding - Base Types
-
- Object
- LatinStringIO
graph BT
Type-->Base0["LatinStringIO"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Encoding/LatinStringIO"
Base0-->Base1["Object"]
Type["DelegatingStringIO"]
class Type type-node
Syntax
public class DelegatingStringIO : LatinStringIO
Constructors
Name | Summary |
---|---|
DelegatingStringIO |
Methods
Name | Value | Summary |
---|---|---|
Bytes |
byte[] |
Inherited from LatinStringIO
|
BytesPerChar |
int |
Inherited from LatinStringIO
|
EncodingByte |
byte | |
Length |
int | |
Read |
string | |
Read |
string | |
ReadLengthAndString |
string |
Inherited from LatinStringIO
|
ShortLength |
int | |
Write |
void | |
Write |
byte[] | |
WriteLengthAndString |
void |
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.
|