{
try {
// read from the reader
- int count = 0;
while( limit > 0 ) { // conv.ready() ) {
int size = limit < BUFFER_SIZE ? limit : BUFFER_SIZE;
int cnt=conv.read( result, 0, size );
*
*/
final class ReadConvertor extends InputStreamReader {
- // stream with flush() and close(). overriden.
- private IntermediateInputStream iis;
-
- // Has a private, internal byte[8192]
/** Create a converter.
*/
throws UnsupportedEncodingException
{
super( in, enc );
- iis=in;
}
/** Overriden - will do nothing but reset internal state.