CharArrayReader.CharArrayReader

CharArrayReader.CharArrayReader

Class Overview | Class Members | This Package | All Packages

Syntax 1
public CharArrayReader( char buf[] )
Parameters
buf
Input buffer (not copied)
Description
Create an CharArrayReader from the specified array of chars.



Syntax 2
public CharArrayReader( char buf[], int offset, int length )
Parameters
buf
Input buffer (not copied)
offset
Offset of the first char to read
length
Number of chars to read
Description
Create an CharArrayReader from the specified array of chars.