ImageGear for Java
read Method
- the buffer into which the data is read.
- the start offset in array b at which the data is written.
- the maximum number of bytes read.
Reads up to len bytes of data from this stream into an array of bytes.
Syntax
public abstract int read( 
   byte[] b,
   int off,
   int len
)

Parameters

b
- the buffer into which the data is read.
off
- the start offset in array b at which the data is written.
len
- the maximum number of bytes read.

Return Value

the total number of bytes read into the buffer, or -1 if there is no more data because the end of the stream has been reached.
See Also

Reference

ImGearStream Class
ImGearStream Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback