ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearStreams Class : memoryStream Method |
Overload | Description |
---|---|
memoryStream() | Creates a resizable and writable memory stream. |
memoryStream(byte[],int,int,boolean,boolean) | Creates a memory stream from an array of bytes . |
memoryStream(int) | Creates a memory stream capable of writing initialCapacity bytes without resizing.
This stream is resizable and writable. |