Package java.io
Class RandomAccessFile

Public Method writeBytes

final void writeBytes(String s)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Writes the string to the file as a sequence of bytes. Each character in the string is written out, in sequence, by discarding its high eight bits. The write starts at the current position of the file pointer.