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 |
---|---|
ByteBuffer |
CharsetConverter.convert(ByteBuffer from)
Convert a byte buffer by decoding using the fromCharset and encoding
using the toCharset.
|
ByteBuffer |
CharsetConverter.convert(ByteBuffer from,
ILookahead lookahead)
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(String markerString) |
protected void |
ClientMergeState.writeResultChunk(byte[] bytes) |
protected void |
ClientMergeState.writeTheirChunk(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
long |
RpcOutputStream.write(Map<String,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 |
---|---|
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 © 2017 Perforce Software. All Rights Reserved.