This abstract class defines an interface for which the stream may be mark
ed and reset
with no limit to the number of bytes which may have been read between the calls.
Any implementation of this interface guarantees that the mark position will not be invalidated by reading any number of bytes.
Warning: We reserve the right to add public methods to this class in the future. Third-party subclasses beware.
|
|
|
|
|
|
|
|
|
|