Uses of Class
org.eclipse.emf.emfstore.internal.server.filetransfer.FileChunk

Packages that use FileChunk
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc   
org.eclipse.emf.emfstore.internal.server   
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc   
org.eclipse.emf.emfstore.internal.server.core.subinterfaces   
org.eclipse.emf.emfstore.internal.server.filetransfer   
 

Uses of FileChunk in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc that return FileChunk
 FileChunk XmlRpcConnectionManager.downloadFileChunk(SessionId sessionId, ProjectId projectId, FileTransferInformation fileInformation)
          Downloads a file chunk from the server.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc with parameters of type FileChunk
 FileTransferInformation XmlRpcConnectionManager.uploadFileChunk(SessionId sessionId, ProjectId projectId, FileChunk fileChunk)
          Uploads a file chunk to the server.
 

Uses of FileChunk in org.eclipse.emf.emfstore.internal.server
 

Methods in org.eclipse.emf.emfstore.internal.server that return FileChunk
 FileChunk EMFStore.downloadFileChunk(SessionId sessionId, ProjectId projectId, FileTransferInformation fileInformation)
          Downloads a file chunk from the server.
 

Methods in org.eclipse.emf.emfstore.internal.server with parameters of type FileChunk
 FileTransferInformation EMFStore.uploadFileChunk(SessionId sessionId, ProjectId projectId, FileChunk fileChunk)
          Uploads a file chunk to the server.
 

Uses of FileChunk in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that return FileChunk
 FileChunk XmlRpcEmfStoreImpl.downloadFileChunk(SessionId sessionId, ProjectId projectId, FileTransferInformation fileInformation)
          Downloads a file chunk from the server.
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc with parameters of type FileChunk
 FileTransferInformation XmlRpcEmfStoreImpl.uploadFileChunk(SessionId sessionId, ProjectId projectId, FileChunk fileChunk)
          Uploads a file chunk to the server.
 

Uses of FileChunk in org.eclipse.emf.emfstore.internal.server.core.subinterfaces
 

Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces that return FileChunk
 FileChunk FileTransferSubInterfaceImpl.downloadFileChunk(ProjectId projectId, FileTransferInformation fileInformation)
          Reads a chunk from the file linked to the fileInformation.
 

Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces with parameters of type FileChunk
 FileTransferInformation FileTransferSubInterfaceImpl.uploadFileChunk(ProjectId projectId, FileChunk fileChunk)
          Writes a chunk to the file linked to the fileInformation in the fileChunk.
 

Uses of FileChunk in org.eclipse.emf.emfstore.internal.server.filetransfer
 

Methods in org.eclipse.emf.emfstore.internal.server.filetransfer that return FileChunk
static FileChunk FilePartitionerUtil.readChunk(File file, FileTransferInformation fileInformation)
          Reads a file chunk from a file.
 

Methods in org.eclipse.emf.emfstore.internal.server.filetransfer with parameters of type FileChunk
static void FilePartitionerUtil.writeChunk(File file, FileChunk fileChunk)
          Writes a file chunk to a file.
 



Copyright © 2015. All Rights Reserved.