public class Input2CharSequence extends Pipe implements Serializable
| Constructor and Description |
|---|
Input2CharSequence() |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
pipe(CharSequence cs) |
CharSequence |
pipe(File file) |
Instance |
pipe(Instance carrier)
Process an Instance.
|
CharSequence |
pipe(Reader reader) |
CharSequence |
pipe(URI uri) |
getDataAlphabet, getInstanceId, getParent, getParentRoot, getTargetAlphabet, isDataAlphabetSet, isTargetProcessing, pipe, readResolve, resolveDataAlphabet, resolveTargetAlphabet, setDataAlphabet, setParent, setTargetAlphabet, setTargetProcessingpublic Instance pipe(Instance carrier)
PipeOne can create a new concrete subclass of Pipe simply by implementing this method.
public CharSequence pipe(URI uri) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic CharSequence pipe(File file) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic CharSequence pipe(Reader reader) throws IOException
IOExceptionpublic CharSequence pipe(CharSequence cs)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.