Package | Description |
---|---|
com.perforce.p4java.impl.mapbased.rpc.sys |
Modifier and Type | Method and Description |
---|---|
MD5Digester |
RpcOutputStream.getLocalDigester() |
MD5Digester |
RpcInflaterOutputStream.getLocalDigester() |
Modifier and Type | Method and Description |
---|---|
void |
RpcOutputStream.setLocalDigester(MD5Digester localDigester) |
void |
RpcInflaterOutputStream.setLocalDigester(MD5Digester localDigester) |
Constructor and Description |
---|
RpcInflaterOutputStream(OutputStream out,
Inflater infl,
int bufLen,
MD5Digester digester)
Creates a new output stream with the specified decompressor and
buffer size.
|
RpcInflaterOutputStream(OutputStream out,
Inflater infl,
MD5Digester digester)
Creates a new output stream with the specified decompressor and a
default buffer size.
|
RpcInflaterOutputStream(OutputStream out,
MD5Digester digester)
Creates a new output stream with a default decompressor and buffer
size.
|
Copyright © 2017 Perforce Software. All Rights Reserved.