Neokernel API

StringBufferOutputStream Methods

The methods of the StringBufferOutputStream class are listed below. For a complete list of StringBufferOutputStream class members, see the StringBufferOutputStream Members topic.

Public Instance Methods

BeginRead (inherited from Stream) 
BeginWrite (inherited from Stream) 
Close This method sets the closed flag. Once this OutputStream has been closed, no other data can be written to this OutputStream.
CreateObjRef (inherited from MarshalByRefObject) 
Dispose (inherited from Stream)Overloaded.  
EndRead (inherited from Stream) 
EndWrite (inherited from Stream) 
Equals (inherited from Object) 
Flush This method is blank. Data written to this OutputStream is always flushed.
GetHashCode (inherited from Object) 
GetLifetimeService (inherited from MarshalByRefObject) 
GetType (inherited from Object) 
InitializeLifetimeService (inherited from MarshalByRefObject) 
Read
ReadByte (inherited from Stream) 
Seek
SetLength
ToString (inherited from Object) 
Write Write an array of bytes starting from start and writes length number of bytes. Throws an IOException if the stream has been closed or for some reason the OutputStream is out of sync.
WriteByteOverloaded. Write a single byte. Throws an IOException if the stream has been closed or for some reason the OutputStream is out of sync.

Protected Instance Methods

CreateWaitHandle (inherited from Stream)Obsolete.  
Dispose (inherited from Stream)Overloaded.  
Finalize (inherited from Object) 
MemberwiseClone (inherited from MarshalByRefObject)Overloaded.  
MemberwiseClone (inherited from Object)Overloaded.  

See Also

StringBufferOutputStream Class | com.neokernel.io Namespace