public class BufferContentReader
extends java.io.Reader
Constructor and Description |
---|
BufferContentReader(BufferContent bufferContent,
int start,
int count) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read(char[] cbuf,
int off,
int len) |
public BufferContentReader(BufferContent bufferContent, int start, int count)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Reader
java.io.IOException
Reader.close()
public int read(char[] cbuf, int off, int len) throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
Reader.read(char[], int, int)