C# Class GoolBufferedWriterForCS, GOOL

Afficher le fichier Open project: librecoop/GOOL Class Usage Examples

Méthodes publiques

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

Method Details

GoolBufferedWriterForCS() public méthode

public GoolBufferedWriterForCS ( GoolBufferedWriterForCS, reader )
reader GoolBufferedWriterForCS,

close() public méthode

public close ( ) : void
Résultat void

write() public méthode

public write ( int carac ) : void
carac int
Résultat void

write() public méthode

public write ( string toAdd, int start, int length ) : void
toAdd string
start int
length int
Résultat void