On Sun, 18 Dec 2005 18:49:42 +0100, Malte
<You_can_spam_me_here@nmalte.dk> wrote, quoted or indirectly quoted
someone who said :
>> what is the default buffersize of a bufferclass?
I think what you meant is a BufferedInputStream or BufferedReader.
If you don't specify the buffer size, you will get 8192.
You can answer questions like this not covered in the Javadoc by
looking in src.zip at the source code.
look in BufferedReader for
private static int defaultCharBufferSize = 8192;

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
> > what is the default buffersize of a bufferclass?
> >
> > thanks in advance
> >
> Didn't your course come with a textbook?
well if you think like that, then why don't/didn't you recommend a
good textbook to him that has the answer?