![]() |
Method write(int b)
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 | serverOut.write (0); |
| 2 | this.write(0); |
| 3 | this.write(0); |
| 4 | tistream.write(0x0d); |
| 5 | write (aByte); |
| 6 | dos.write(b); |
| 7 | write ((aShort >>> 0) & 0xFF); |
| 8 | out.write(BUNDLEDATA_VERSION); |