Package cn.net.pap.common.file.dto
Class FileSegmentDTO
java.lang.Object
cn.net.pap.common.file.dto.FileSegmentDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getEnd()
long
getStart()
void
setEnd
(long end) void
setFileChannel
(FileChannel fileChannel) void
setStart
(long start)
-
Constructor Details
-
FileSegmentDTO
public FileSegmentDTO() -
FileSegmentDTO
-
-
Method Details
-
getStart
public long getStart() -
setStart
public void setStart(long start) -
getEnd
public long getEnd() -
setEnd
public void setEnd(long end) -
getFileChannel
-
setFileChannel
-