Share via


ObjectOutputStream.writeChars

Class Overview | Class Members | This Package | All Packages

Syntax

public void writeChars( String data ) throws IOException

Parameters
  • s
    the String of chars to be written
Description

Writes a String as a sequence of chars.