public class BorderedReader
extends java.io.Reader
| Constructor and Description |
|---|
BorderedReader(java.lang.String header,
java.io.Reader body,
java.lang.String footer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
long |
skip(long n) |
public BorderedReader(java.lang.String header,
java.io.Reader body,
java.lang.String footer)
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class java.io.Readerjava.io.IOException