|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.item.file.DefaultBufferedReaderFactory
public class DefaultBufferedReaderFactory
| Constructor Summary | |
|---|---|
DefaultBufferedReaderFactory()
|
|
| Method Summary | |
|---|---|
java.io.BufferedReader |
create(org.springframework.core.io.Resource resource,
java.lang.String encoding)
Create a BufferedReader for reading String items from the
provided resource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultBufferedReaderFactory()
| Method Detail |
|---|
public java.io.BufferedReader create(org.springframework.core.io.Resource resource,
java.lang.String encoding)
throws java.io.UnsupportedEncodingException,
java.io.IOException
BufferedReaderFactoryBufferedReader for reading String items from the
provided resource.
create in interface BufferedReaderFactoryresource - a Resource containing the data to be readencoding - the encoding required for converting binary data to
String
BufferedReader
java.io.UnsupportedEncodingException - if the encoding is not supported by
the platform
java.io.IOException - if there is a problem creating the reader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||