Package com.adobe.internal.io
Interface TagSearchingOutputStream.Callback
-
- Enclosing class:
- TagSearchingOutputStream
public static interface TagSearchingOutputStream.CallbackThe mechanism to let the client know that the tag has been found.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantagFound(TagSearchingOutputStream oStream)The method which will called when the tag is found.
-
-
-
Method Detail
-
tagFound
boolean tagFound(TagSearchingOutputStream oStream) throws java.io.IOException
The method which will called when the tag is found.- Returns:
trueif the tag should continue to be searched for;falseotherwise- Throws:
java.io.IOException
-
-