Class ContentRange
- java.lang.Object
-
- org.primefaces.component.fileupload.ContentRange
-
public class ContentRange extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetChunkRangeBegin()longgetChunkRangeEnd()longgetChunkTotalFileSize()longgetPacket()booleanisLastChunk()static ContentRangeof(String contentRange, long chunkSize)
-
-
-
Method Detail
-
of
public static final ContentRange of(String contentRange, long chunkSize)
-
getChunkRangeBegin
public long getChunkRangeBegin()
-
getChunkRangeEnd
public long getChunkRangeEnd()
-
getChunkTotalFileSize
public long getChunkTotalFileSize()
-
isLastChunk
public boolean isLastChunk()
-
getPacket
public long getPacket()
-
-