Modifier and Type | Method and Description |
---|---|
protected RpcPerforceFile |
ClientMergeState.getBaseTmpFile() |
protected RpcPerforceFile |
ClientMergeState.getResultTmpFile() |
protected RpcPerforceFile |
ClientMergeState.getTheirTmpFile() |
protected RpcPerforceFile |
ClientMergeState.getYourTmpFile() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientMergeState.setBaseTmpFile(RpcPerforceFile baseTmpFile) |
protected void |
ClientMergeState.setResultTmpFile(RpcPerforceFile resultTmpFile) |
protected void |
ClientMergeState.setTheirTmpFile(RpcPerforceFile theirTmpFile) |
protected void |
ClientMergeState.setYourTmpFile(RpcPerforceFile yourTmpFile) |
Modifier and Type | Method and Description |
---|---|
RpcPerforceFile |
ClientFile.getFile() |
RpcPerforceFile |
ClientFile.getTmpFile() |
Modifier and Type | Method and Description |
---|---|
void |
ClientFile.setFile(RpcPerforceFile file) |
void |
ClientFile.setTmpFile(RpcPerforceFile rpcPerforceFile) |
Modifier and Type | Method and Description |
---|---|
RpcPerforceFile |
RpcOutputStream.getFile() |
Modifier and Type | Method and Description |
---|---|
static RpcOutputStream |
RpcOutputStream.getTmpOutputStream(RpcPerforceFile file) |
Constructor and Description |
---|
RpcInputStream(RpcPerforceFile file,
java.nio.charset.Charset fromCharset) |
RpcOutputStream(RpcPerforceFile file,
RpcConnection rpcConnection,
boolean useLocalDigester) |
Modifier and Type | Method and Description |
---|---|
static void |
AppleFileHelper.extractFile(RpcPerforceFile file)
Extract the data fork and the resource fork from the Apple file.
|
Copyright © 2022 Perforce Software. All Rights Reserved.