public class DataEntryRewriter extends DataEntryCopier
| Constructor and Description |
|---|
DataEntryRewriter(ClassPool classPool,
DataEntryWriter dataEntryWriter)
Creates a new DataEntryRewriter.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyData(InputStream inputStream,
OutputStream outputStream)
Copies all data that it can read from the given input stream to the
given output stream.
|
protected void |
copyData(Reader reader,
Writer writer)
Copies all data that it can read from the given reader to the given
writer.
|
main, readpublic DataEntryRewriter(ClassPool classPool, DataEntryWriter dataEntryWriter)
protected void copyData(InputStream inputStream, OutputStream outputStream) throws IOException
DataEntryCopiercopyData in class DataEntryCopierIOExceptionprotected void copyData(Reader reader, Writer writer) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.