public class ConcatReader
extends java.io.FilterReader
| Constructor and Description |
|---|
ConcatReader(java.io.Reader first,
java.io.Reader second) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
mark(int readAheadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
boolean |
ready() |
void |
reset() |
long |
skip(long n) |
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterReaderjava.io.IOExceptionpublic void mark(int readAheadLimit)
throws java.io.IOException
mark in class java.io.FilterReaderjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.FilterReaderpublic int read()
throws java.io.IOException
read in class java.io.FilterReaderjava.io.IOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
read in class java.io.FilterReaderjava.io.IOExceptionpublic boolean ready()
throws java.io.IOException
ready in class java.io.FilterReaderjava.io.IOExceptionpublic void reset()
throws java.io.IOException
reset in class java.io.FilterReaderjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class java.io.FilterReaderjava.io.IOExceptionCopyright © 2018 Singular Systems http://www.singularsys.com/jep