Package org.exbin.xbup.core.stream
Interface XBSkipableStreamMethod
-
public interface XBSkipableStreamMethodInterface for method adding support for stream skipability.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XBSkipableStreamgetSkipableStreamXB()Provides skipable stream class.
-
-
-
Method Detail
-
getSkipableStreamXB
@Nonnull XBSkipableStream getSkipableStreamXB()
Provides skipable stream class.- Returns:
- skipability handler
-
-