C# Class GoolBufferedWriterForCS, GOOL

Exibir arquivo Open project: librecoop/GOOL Class Usage Examples

Public Methods

Method Description
GoolBufferedWriterForCS ( GoolBufferedWriterForCS, reader )
close ( ) : void
write ( int carac ) : void
write ( string toAdd, int start, int length ) : void

Method Details

GoolBufferedWriterForCS() public method

public GoolBufferedWriterForCS ( GoolBufferedWriterForCS, reader )
reader GoolBufferedWriterForCS,

close() public method

public close ( ) : void
return void

write() public method

public write ( int carac ) : void
carac int
return void

write() public method

public write ( string toAdd, int start, int length ) : void
toAdd string
start int
length int
return void