![]() |
Method write(int b)
Return type: void
Member of: java.io.FileOutputStream
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | fos.write(13); |
| 2 | fos.write(0); |
| 3 | fos.write( 1 ); |
| 4 | outs.write(b); |
| 5 | outs.write(a_count); |
| 6 | do { c = in.read(); out.write(c); } while (c != -1); |
| 7 | fout.write(c); |
| 8 | fos.write(v); |
| 9 | fos.write(c); |