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 Type
    Method
    Description
    boolean
    The method which will called when the tag is found.
  • Method Details

    • tagFound

      boolean tagFound(TagSearchingOutputStream oStream) throws IOException
      The method which will called when the tag is found.
      Returns:
      true if the tag should continue to be searched for; false otherwise
      Throws:
      IOException