One chunk of an upload.
More...
|
| static async Task< FileChunk > | FromParent (Stream parent, long length) |
| | Create a FileChunk from a parent stream, using the stream's position and the supplied length as range parameters. More...
|
| |
|
|
readonly bool | IsLast |
| |
|
readonly long | Start |
| |
|
readonly long | Length |
| |
|
readonly Stream | Stream |
| |
|
readonly long | FullLength |
| |
◆ FromParent()
| static async Task< FileChunk > Beamable.Server.Editor.Uploader.FileChunk.FromParent |
( |
Stream |
parent, |
|
|
long |
length |
|
) |
| |
|
inlinestatic |
Create a FileChunk from a parent stream, using the stream's position and the supplied length as range parameters.
- Parameters
-
| parent | Stream to build from. |
| length | Maximum chunk length. |
- Returns
- Resulting chunk with range information.
The documentation for this class was generated from the following file:
- com.beamable.server/Editor/Uploader/FileChunk.cs