Class S3RangeSpec.Factory

  • Enclosing class:
    S3RangeSpec

    public static final class S3RangeSpec.Factory
    extends java.lang.Object
    Factory for S3RangeSpec.
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static S3RangeSpec create​(java.lang.String range)
      Create S3RangeSpec from http range header.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • create

        public static S3RangeSpec create​(java.lang.String range)
        Create S3RangeSpec from http range header.
        Parameters:
        range - the http range header
        Returns:
        the S3RangeSpec