diff --git a/docs/xml/Java.IO/BufferedInputStream.xml b/docs/xml/Java.IO/BufferedInputStream.xml index 9e537563e..40d973d3a 100644 --- a/docs/xml/Java.IO/BufferedInputStream.xml +++ b/docs/xml/Java.IO/BufferedInputStream.xml @@ -200,7 +200,7 @@ The internal buffer array where the data is stored. - To be added. + The internal buffer array where the data is stored. The internal buffer array where the data is stored. When necessary, it may be replaced by another array of @@ -241,7 +241,7 @@ The index one greater than the index of the last valid byte in the buffer. - To be added. + The index one greater than the index of the last valid byte in the buffer. The index one greater than the index of the last valid byte in the buffer. @@ -318,7 +318,7 @@ The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail. - To be added. + The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail. The maximum read ahead allowed after a call to the mark method before subsequent calls to the @@ -363,7 +363,7 @@ The value of the pos field at the time the last mark method was called. - To be added. + The value of the pos field at the time the last mark method was called. The value of the pos field at the time the last mark method was called. @@ -421,10 +421,10 @@ The current position in the buffer. - To be added. + The current position in the buffer. The current position in the buffer. This is the index of the next - character to be read from the buf array. + byte to be read from the buf array. This value is always in the range 0 through count. If it is less than count, then buf[pos]