Package org.testng.reporters
Interface IBuffer
-
- All Known Implementing Classes:
FileStringBuffer
public interface IBuffer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBuffer
append(CharSequence string)
void
toWriter(Writer fw)
-
-
-
Method Detail
-
append
IBuffer append(CharSequence string)
-
toWriter
void toWriter(Writer fw)
-
-