Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.StreamBinary

Streams binaries immediately to the ICS context.

Syntax

Description

The StreamBinary method immediately streams binaries out to the ICS context. This output is unbuffered, and as such may appear before text already in the element's buffered output stream.

Bytes that are output through this method are not subject to page caching.

Parameters

b
An array of bytes to stream.

offset
The offset into the byte array.

length
The number of bytes to stream.

Example

The following example streams all of byte array b to the ICS context:

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.