Interface XBFinishedStream

  • All Known Implementing Classes:
    XBPullReader

    public interface XBFinishedStream
    Interface for stream with method for finishing detection.
    • Method Detail

      • isFinishedXB

        boolean isFinishedXB()
                      throws java.io.IOException
        Returns true if stream ended.
        Returns:
        true if stream ended
        Throws:
        java.io.IOException - if unable to determine stream end