DelegatingStringIO Class

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

Methods

Name Value Summary
Bytes(ByteArrayBuffer) byte[]
Inherited from LatinStringIO
BytesPerChar() int
Inherited from LatinStringIO
EncodingByte() byte
Length(string) int
Read(byte[]) string
Read(IReadBuffer, int) string
ReadLengthAndString(IReadBuffer) string
Inherited from LatinStringIO
ShortLength(string) int
Write(IWriteBuffer, string) void
Write(string) byte[]
WriteLengthAndString(IWriteBuffer, string) 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.