|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientLineEnding | |
|---|---|
| com.perforce.p4java.impl.generic.client | Provides standard implementation classes for the com.perforce.p4java.client interfaces. |
| com.perforce.p4java.impl.mapbased.rpc.func.helper | |
| com.perforce.p4java.impl.mapbased.rpc.sys | |
| Uses of ClientLineEnding in com.perforce.p4java.impl.generic.client |
|---|
| Methods in com.perforce.p4java.impl.generic.client that return ClientLineEnding | |
|---|---|
static ClientLineEnding |
ClientLineEnding.decodeFromServerString(String str,
RpcPerforceFileType fileType)
Decode the file's actual or intended line ending type from the passed-in string. |
static ClientLineEnding |
ClientLineEnding.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ClientLineEnding[] |
ClientLineEnding.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.perforce.p4java.impl.generic.client with parameters of type ClientLineEnding | |
|---|---|
static byte[] |
ClientLineEnding.getLineEndBytes(ClientLineEnding lineEndSpec)
Return the byte array corresponding to the client line ending. |
static boolean |
ClientLineEnding.needsLineEndFiltering(ClientLineEnding lineEndSpec)
Determine whether we really need to translate newlines. |
| Uses of ClientLineEnding in com.perforce.p4java.impl.mapbased.rpc.func.helper |
|---|
| Methods in com.perforce.p4java.impl.mapbased.rpc.func.helper with parameters of type ClientLineEnding | |
|---|---|
String |
MD5Digester.digestFileAs32ByteHex(File file,
Charset charset,
boolean convertLineEndings,
ClientLineEnding clientLineEnding)
Return the results of digesting an arbitrary file with this digester and a specific client line ending. |
| Uses of ClientLineEnding in com.perforce.p4java.impl.mapbased.rpc.sys |
|---|
| Methods in com.perforce.p4java.impl.mapbased.rpc.sys that return ClientLineEnding | |
|---|---|
ClientLineEnding |
RpcPerforceFile.getLineEnding()
|
| Methods in com.perforce.p4java.impl.mapbased.rpc.sys with parameters of type ClientLineEnding | |
|---|---|
void |
RpcPerforceFile.setLineEnding(ClientLineEnding lineEnding)
|
| Constructors in com.perforce.p4java.impl.mapbased.rpc.sys with parameters of type ClientLineEnding | |
|---|---|
RpcLineEndFilterInputStream(InputStream inStream,
ClientLineEnding lineEnding)
|
|
RpcLineEndFilterOutputStream(OutputStream out,
ClientLineEnding lineEnding)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||