Class ContentRange

java.lang.Object
org.primefaces.component.fileupload.ContentRange

public class ContentRange extends Object
  • Method Details

    • 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()