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.impl.mapbased.rpc.sys.helper | |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static int |
Utf8ByteHelper.findBufferLimit(java.nio.ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
AppleFileDecoder.extract()
Extract the data fork, resource fork and other entries from the Apple
file.
|
protected void |
AppleFile.verify()
Verify the validity of the Apple file.
|
Copyright © 2022 Perforce Software. All Rights Reserved.