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
IOException
public final InputStream processToken(String token) throws IOException
processToken
in interface StreamTokenHandler
IOException
Copyright © 2015 The Codehaus Foundation. All rights reserved.