Share via


ObjectOutputStream.writeBytes

Class Overview | Class Members | This Package | All Packages

Syntax

public void writeBytes( String data ) throws IOException

Parameters
  • s
    the String of bytes to be written
Description

Writes a String as a sequence of bytes.