Package | Description |
---|---|
com.perforce.p4java |
Defines the root of the Perforce P4Java API product package hierarchy and a small handful of useful product-wide
definitions and services such as loggers, tracers, and product metadata.
|
com.perforce.p4java.impl.mapbased.rpc.func.client | |
com.perforce.p4java.impl.mapbased.rpc.sys | |
com.perforce.p4java.io.apple |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
CharsetConverter.convert(java.nio.ByteBuffer from)
Convert a byte buffer by decoding using the fromCharset and encoding
using the toCharset.
|
java.nio.ByteBuffer |
CharsetConverter.convert(java.nio.CharBuffer from)
Converts a char buffer to a byte buffer using the toCharset.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ClientMergeState.writeBaseChunk(byte[] bytes) |
protected void |
ClientMergeState.writeMarker(java.lang.String markerString) |
protected void |
ClientMergeState.writeResultChunk(byte[] bytes) |
protected void |
ClientMergeState.writeTheirChunk(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
long |
RpcOutputStream.write(java.util.Map<java.lang.String,java.lang.Object> map)
Specialized write method to write a map containing a byte array
with the key RpcFunctionMapKey.DATA (all other fields are ignored).
|
long |
RpcOutputStream.writeConverted(byte[] sourceBytes)
Write an array of bytes with being aware of encodings, line ending
conversions, and compression.
|
Constructor and Description |
---|
RpcInputStream(RpcPerforceFile file,
java.nio.charset.Charset fromCharset) |
Modifier and Type | Method and Description |
---|---|
void |
AppleFileEncoder.combine()
Combine the data fork, resource fork and other entries into an
AppleSingle/Double file.
|
Constructor and Description |
---|
AppleFileEncoder(AppleFile.FileFormat fileFormat)
Instantiates a new apple file decoder.
|
Copyright © 2022 Perforce Software. All Rights Reserved.