public class EntityPreserveReader extends FilterReader
in| Constructor and Description |
|---|
EntityPreserveReader(Reader r) |
| Modifier and Type | Method and Description |
|---|---|
void |
mark(int limit) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] buffer,
int offset,
int length) |
boolean |
ready() |
void |
reset() |
close, skippublic EntityPreserveReader(Reader r)
public int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] buffer,
int offset,
int length)
throws IOException
read in class FilterReaderIOExceptionpublic boolean ready()
throws IOException
ready in class FilterReaderIOExceptionpublic boolean markSupported()
markSupported in class FilterReaderpublic void mark(int limit)
throws IOException
mark in class FilterReaderIOExceptionpublic void reset()
throws IOException
reset in class FilterReaderIOExceptionCopyright © 2015. All rights reserved.