|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SocketWriter
A general interface for writing to sockets.
Method Summary | |
---|---|
void |
write(byte[] bytes)
Write the entire buffer to the underlying socket. |
Method Detail |
---|
void write(byte[] bytes) throws java.io.IOException
bytes
- The bytes to write.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |