Version

IWriter Interface Members

The following tables list the members exposed by IWriter.

Public Methods
 NameDescription
 MethodCloseCloses the writer.  
 MethodWriteBlockOverloaded. Writes a block of bytes to the stream.  
 MethodWriteBooleanWrites a boolean value to the stream.  
 MethodWriteByteWrites a byte value to the stream.  
 MethodWriteCharWrites a character value to the stream.  
 MethodWriteFloatWrites a float value to the stream.  
 MethodWriteIntWrites an integer value to the stream.  
 MethodWriteShortWrites a short value to the stream.  
See Also