Klasse BytesRange

java.lang.Object
org.jupnp.model.types.BytesRange

public class BytesRange extends Object
Autor:
Mario Franco
  • Felddetails

  • Konstruktordetails

    • BytesRange

      public BytesRange(Long firstByte, Long lastByte)
    • BytesRange

      public BytesRange(Long firstByte, Long lastByte, Long byteLength)
  • Methodendetails

    • getFirstByte

      public Long getFirstByte()
      Gibt zurück:
      the firstByte
    • getLastByte

      public Long getLastByte()
      Gibt zurück:
      the lastByte
    • getByteLength

      public Long getByteLength()
      Gibt zurück:
      the byteLength
    • getString

      public String getString()
      Gibt zurück:
      String format of Bytes Range for response message header
    • getString

      public String getString(boolean includeDuration)
      Gibt zurück:
      String format of Bytes Range for response message header
    • getString

      public String getString(boolean includeDuration, String rangePrefix)
      Gibt zurück:
      String format of Bytes Range for response message header
    • valueOf

      public static BytesRange valueOf(String s) throws InvalidValueException
      Löst aus:
      InvalidValueException
    • valueOf

      public static BytesRange valueOf(String s, String rangePrefix) throws InvalidValueException
      Löst aus:
      InvalidValueException