public class CharIteratorReader extends Reader
CharIterator to the Reader interface.| Constructor and Description |
|---|
CharIteratorReader(CharIterator in) |
| Modifier and Type | Method and Description |
|---|---|
static Reader |
adapt(CharIterator in) |
void |
close() |
int |
read(char[] buf,
int off,
int len) |
public CharIteratorReader(CharIterator in)
public void close()
public static Reader adapt(CharIterator in)
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.