Method writeBytes(String s)
Return type: void
Member of: java.io.DataOutputStream
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 out.writeBytes("Connection: close\r\n\r\n");
2 out.writeBytes("\r\n");
3 out.writeBytes("FLAPON\r\n\r\n");
4 dos.writeBytes(s);
5 writeBytes(nextSep);
6 writeBytes(nextSep);
7 outStream.writeBytes(toString());
8 dos.writeBytes(what);
9 dos.writeBytes( "ln=" + encode(lnField.getText()) +
10 out.writeBytes(toBeSent);
11 server.writeBytes(path);
12 outStream.writeBytes(annotates);
13 output.writeBytes(formDataStr_);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.