public interface SendFrame
Modifier and Type | Method and Description |
---|---|
void |
send(OutputStream os)
Send the content of this frame.
|
void send(OutputStream os) throws IOException
os
- the output stream to write the content of this frame.IOException