Package | Description |
---|---|
org.semarglproject.sink |
Modifier and Type | Class and Description |
---|---|
class |
CharOutputSink
Implementation of
CharSink . |
Modifier and Type | Method and Description |
---|---|
CharSink |
CharSink.process(char ch)
Callback for char processing
|
CharSink |
CharSink.process(char[] buffer,
int start,
int count)
Callback for buffer processing
|
CharSink |
CharSink.process(String str)
Callback for string processing
|
Copyright © 2012–2013. All rights reserved.