Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.StreamBinary
Streams binaries immediately to the ICS context.
Syntax
public void StreamBinary(Byte[] b, int offset, int length)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:
ics.StreamBinary(b, 0, b.length)
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.