Version

IWriter Interface Methods

For a list of all members of this type, see IWriter members.

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