public final class FileRange extends Object
public FileRange(long start)
start - Specifies the start of bytes to be written.public FileRange(long start,
Long end)
start - Specifies the start of bytes to be written.end - Specifies the end of bytes to be writtenpublic long getStart()
public Long getEnd()
public String toString()
public String toHeaderValue()
FileRange.toString() if count isn't null or offset isn't 0, otherwise
null.Copyright © 2019 Microsoft Corporation. All rights reserved.