MemoryStream.writeCore

Overview | Methods | This Package | All Packages

MemoryStream.writeCore

Implements the core array write method.

Syntax

protected void writeCore( Object array, int offset, int count )

Parameters

array

An array of primitive types to write.

index

The byte offset into array.

count

The number of bytes in array to write.

Overrides   DataStream.writeCore