DataWriterWrite Method (String) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Writes string to the stream prefixed by its length in "packed"
format.
Namespace:
Tangosol.IO
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic override void Write(
string text
)
Parameters
- text
- Type: SystemString
A string to write.
See Also