public interface SafeWriter
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPendingData() |
void |
sendData() |
void |
write(char[] cbuf,
int off,
int len) |
void write(char[] cbuf,
int off,
int len)
void sendData()
throws IOException
IOExceptionboolean hasPendingData()
Copyright © 2022 Perfana. All rights reserved.