Method write(byte[] b)
Return type: void
Member of: java.io.RandomAccessFile
[api documentation ] [ main menu]

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

1 mFile.write(bytes);
2 file.write(b);
3 raFile.write(bytes);
4 f.write(eventBuffer.toString().getBytes());
5 file.write(value);
6 file.write(data);
7 fd.write(buffer) ;
8 raFile.write(bufferWrite);
9 out.write(buffer.toByteArray());
10 file.write(new String(space + "
11 raf.write(bytes);
12 indexFile.write(header.getBytes());
13 intRelNbrFile.write(searchBytes);
14 file.write(node.getData());
15 rwStream.write(tag.getBytes());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.