public class RTFDocument.RTFDocumentReader extends Reader
| Constructor and Description |
|---|
RTFDocumentReader(RTFDocument document) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Reader |
getCurrentReader() |
int |
read() |
int |
read(char[] cbuf) |
int |
read(char[] cbuf,
int off,
int len) |
public RTFDocumentReader(RTFDocument document) throws IOException
IOExceptionpublic int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf)
throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic Reader getCurrentReader()
Copyright © 2020 Mice S.r.l. All rights reserved.