Package java.io
Class RandomAccessFile

Public Method writeChars

final void writeChars(String s)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Writes a string to the file as a sequence of characters. Each character is written to the data output stream as if by the writeChar method. The write starts at the current position of the file pointer.