ImageGear for Java
write Method
- the data.
- the start offset in the data.
- the number of bytes to write.
Writes len bytes from the specified byte array starting at offset off to this stream.
Syntax
public abstract void write( 
   byte[] b,
   int off,
   int len
)

Parameters

b
- the data.
off
- the start offset in the data.
len
- the number of bytes to write.
See Also

Reference

ImGearStream Class
ImGearStream Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback