public interface Readable
CharBuffer
.Modifier and Type | Method and Description |
---|---|
int |
read(CharBuffer cb)
Attempts to read characters into the specified character buffer.
|
int read(CharBuffer cb) throws IOException
IOException
- if an I/O error occursNullPointerException
- if cb is nullReadOnlyBufferException
- if cb is a read only buffercb
- the buffer to read characters intochar
values added to the buffer,
or -1 if this source of characters is at its endaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.