|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectReaderFactory
A specification for constructing ObjectReader
instances.
This type of factory is used by the switchboard.
ObjectReader
,
Switchboard
Method Summary | |
---|---|
ObjectReader |
get(InputStream in)
Gets a new object reader for the specified input stream, using a default character encoding and buffer size, if applicable. |
ObjectReader |
get(InputStream in,
String encoding,
int bufSize)
Gets a new object reader for the specified input stream. |
ObjectReader |
get(String filename,
String encoding,
int bufSize)
Gets a new object reader for the specified filename. |
Method Detail |
---|
ObjectReader get(InputStream in) throws IOException
IOException
ObjectReader get(InputStream in, String encoding, int bufSize) throws IOException
IOException
ObjectReader get(String filename, String encoding, int bufSize) throws IOException
IOException
|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |