public class StreamToLineProcessor extends Object implements StreamProcessor
| Constructor and Description |
|---|
StreamToLineProcessor(StreamProcessor destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
onProcessed() |
void |
process(String block) |
static StreamProcessor |
wrap(StreamProcessor destination) |
public StreamToLineProcessor(StreamProcessor destination)
public void process(String block)
process in interface StreamProcessorpublic void onProcessed()
onProcessed in interface StreamProcessorpublic static StreamProcessor wrap(StreamProcessor destination)
Copyright © 2025. All rights reserved.