public abstract class StringTokenHandler extends Object implements StreamTokenHandler
| Constructor and Description |
|---|
StringTokenHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
handleToken(String token) |
InputStream |
processToken(String token) |
public abstract String handleToken(String token) throws IOException
IOExceptionpublic final InputStream processToken(String token) throws IOException
processToken in interface StreamTokenHandlerIOExceptionCopyright © 2016 The Codehaus Foundation. All rights reserved.