Package com.adobe.internal.io
Interface TagSearchingOutputStream.Callback
- Enclosing class:
TagSearchingOutputStream
public static interface TagSearchingOutputStream.Callback
The mechanism to let the client know that the tag has been found.
-
Method Summary
Modifier and TypeMethodDescriptionbooleantagFound(TagSearchingOutputStream oStream) The method which will called when the tag is found.
-
Method Details
-
tagFound
The method which will called when the tag is found.- Returns:
trueif the tag should continue to be searched for;falseotherwise- Throws:
IOException
-