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 Detail

      • tagFound

        boolean tagFound​(TagSearchingOutputStream oStream)
                  throws java.io.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:
        java.io.IOException