Neokernel API

StringBufferOutputStream Class

This extension of System.IO.Stream writes to a StringBuilder. The StringBuilder passed to the constructor of this class will be filled with data written to this OutputStream.

For a list of all members of this type, see StringBufferOutputStream Members .

System.Object
   MarshalByRefObject
      Stream
         StringBufferOutputStream

public class StringBufferOutputStream : Stream

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.io

Assembly: Neokernel (in Neokernel.exe)

See Also

StringBufferOutputStream Members | com.neokernel.io Namespace