ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearStreams Class > memoryStream Method : memoryStream(byte[],int,int,boolean,boolean) Method |
resizable
and writable
are true, the internal reference initialized with bytes
may subsequently be reassigned to a larger array.
offset >= 0
. offset into bytes
to begin I/O from.
offset + len
.
bytes
.public static ImGearMemoryStream memoryStream( byte[] bytes, int offset, int len, boolean writable, boolean resizable ) |
resizable
and writable
are true, the internal reference initialized with bytes
may subsequently be reassigned to a larger array.offset >= 0
. offset into bytes
to begin I/O from.offset + len
.