ObjectOutputStream.writeStreamHeader

ObjectOutputStream.writeStreamHeader

Class Overview | Class Members | This Package | All Packages

Syntax
protected void writeStreamHeader() throws IOException
Description
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream. It writes the magic number and version to the stream.