Interface SafeWriter
- All Known Implementing Classes:
ElasticsearchWriter,LoggerWriter,StdErrWriter
public interface SafeWriter
-
Method Summary
Modifier and Type Method Description booleanhasPendingData()voidsendData()voidwrite(char[] cbuf, int off, int len)
-
Method Details
-
write
void write(char[] cbuf, int off, int len) -
sendData
- Throws:
IOException
-
hasPendingData
boolean hasPendingData()
-