| Modifier and Type | Method and Description |
|---|---|
FileChunk |
XmlRpcConnectionManager.downloadFileChunk(SessionId sessionId,
ProjectId projectId,
FileTransferInformation fileInformation)
Downloads a file chunk from the server.
|
| Modifier and Type | Method and Description |
|---|---|
FileTransferInformation |
XmlRpcConnectionManager.uploadFileChunk(SessionId sessionId,
ProjectId projectId,
FileChunk fileChunk)
Uploads a file chunk to the server.
|
| Modifier and Type | Method and Description |
|---|---|
FileChunk |
EMFStore.downloadFileChunk(SessionId sessionId,
ProjectId projectId,
FileTransferInformation fileInformation)
Downloads a file chunk from the server.
|
| Modifier and Type | Method and Description |
|---|---|
FileTransferInformation |
EMFStore.uploadFileChunk(SessionId sessionId,
ProjectId projectId,
FileChunk fileChunk)
Uploads a file chunk to the server.
|
| Modifier and Type | Method and Description |
|---|---|
FileChunk |
XmlRpcEmfStoreImpl.downloadFileChunk(SessionId sessionId,
ProjectId projectId,
FileTransferInformation fileInformation)
Downloads a file chunk from the server.
|
| Modifier and Type | Method and Description |
|---|---|
FileTransferInformation |
XmlRpcEmfStoreImpl.uploadFileChunk(SessionId sessionId,
ProjectId projectId,
FileChunk fileChunk)
Uploads a file chunk to the server.
|
| Modifier and Type | Method and Description |
|---|---|
FileChunk |
FileTransferSubInterfaceImpl.downloadFileChunk(ProjectId projectId,
FileTransferInformation fileInformation)
Reads a chunk from the file linked to the fileInformation.
|
| Modifier and Type | Method and Description |
|---|---|
FileTransferInformation |
FileTransferSubInterfaceImpl.uploadFileChunk(ProjectId projectId,
FileChunk fileChunk)
Writes a chunk to the file linked to the fileInformation in the fileChunk.
|
| Modifier and Type | Method and Description |
|---|---|
static FileChunk |
FilePartitionerUtil.readChunk(File file,
FileTransferInformation fileInformation)
Reads a file chunk from a file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FilePartitionerUtil.writeChunk(File file,
FileChunk fileChunk)
Writes a file chunk to a file.
|
Copyright © 2017. All rights reserved.