Class BoundedArchiveInputStream

    • Constructor Detail

      • BoundedArchiveInputStream

        public BoundedArchiveInputStream​(long start,
                                         long remaining)
        Create a new bounded input stream.
        Parameters:
        start - position in the stream from where the reading of this bounded stream starts.
        remaining - amount of bytes which are allowed to read from the bounded stream.