Package org.exbin.xbup.core.stream
Interface XBFinishedStream
-
- All Known Implementing Classes:
XBPullReader
public interface XBFinishedStream
Interface for stream with method for finishing detection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isFinishedXB()
Returns true if stream ended.
-