Package net.targetr.rc.client
Class ClientFileChunk
java.lang.Object
net.targetr.rc.client.ClientFileChunk
Represents a small chunk of a file being proxied.
- Author:
- Dr Michael Gardiner
-
Constructor Summary
ConstructorsConstructorDescriptionClientFileChunk(String fileId, String chunkId, String url) Constructs a new ClientFileChunk with the specified file ID, chunk ID, and URL. -
Method Summary
-
Constructor Details
-
ClientFileChunk
Constructs a new ClientFileChunk with the specified file ID, chunk ID, and URL.- Parameters:
fileId- the file identifierchunkId- the specific chunk identifierurl- the URL for this chunk
-