Class ByteRange.Suffix

  • All Implemented Interfaces:
    Renderable, ToStringRenderable, ValueRenderable, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    ByteRange

    public static final class ByteRange.Suffix
    extends ByteRange
    implements scala.Product, java.io.Serializable
    Used to specify the last length bytes of an entity. If the entity is shorter than the given length, then the range spans the entire entity.
    See Also:
    Serialized Form
    • Constructor Detail

      • Suffix

        public Suffix​(long length)