ImageGear for Java
memoryStream(int) Method
- initial size of internal byte array "backing". initialCapacity is initial value of getLength
Creates a memory stream capable of writing initialCapacity bytes without resizing.

This stream is resizable and writable.

Syntax
public static ImGearMemoryStream memoryStream( 
   int initialCapacity
)

Parameters

initialCapacity
- initial size of internal byte array "backing". initialCapacity is initial value of getLength

Return Value

an ImGearMemoryStream instance.
See Also

Reference

ImGearStreams Class
ImGearStreams Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback