RandomAccessFile.writeChars

RandomAccessFile.writeChars

Class Overview | Class Members | This Package | All Packages

Syntax
public final void writeChars( String s ) throws IOException
Parameters
s
a String value to be written.
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.

Exceptions
IOException if an I/O error occurs.
See Also
writeChar