Home > Contents > Index >
ICS.StreamBinary
Deprecated as of Content Server version 7.6
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.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.