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