- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Encoding - Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type["LatinStringIO"]
class Type type-node
Derived0["DelegatingStringIO"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Encoding/DelegatingStringIO"
Derived1["UnicodeStringIO"]-->Type
click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Encoding/UnicodeStringIO"
Syntax
public class LatinStringIO
Methods
| Name | Value | Summary |
|---|---|---|
| Bytes |
byte[] | |
| BytesPerChar |
int | |
| EncodingByte |
byte | |
| Length |
int | |
| Read |
string | |
| Read |
string | |
| ReadLengthAndString |
string | |
| ShortLength |
int | |
| Write |
void | |
| Write |
byte[] | |
| WriteLengthAndString |
void |