public class BufferContentReader
extends java.io.Reader
| Constructor and Description |
|---|
BufferContentReader(BufferContent bufferContent,
int start,
int count) |
public BufferContentReader(BufferContent bufferContent, int start, int count)
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOExceptionReader.close()public int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionReader.read(char[], int, int)