|
Class Summary |
| RpcCRC32Checksum |
Provides a wrapper to the basic Java CRC32 to allow us to use the JZlib pure
Java implementation of the CRC32 checksum from RFC1952. |
| RpcInflaterOutputStream |
|
| RpcInputStream |
Provides a Perforce-specific extension to the basic Java
InputStream to allow us to intercept methods and implement
our own extensions. |
| RpcLineEndFilterInputStream |
Filter input stream to do Perforce-specific line end
munging where necessary. |
| RpcLineEndFilterOutputStream |
Simple FilterOutputStream extension to deal with Perforce text file
line end translation. |
| RpcOutputStream |
Provides a Perforce-specific extension to the basic Java OuputStream to allow
us to intercept methods and implement our own extensions. |
| RpcPerforceFile |
Encapsulates and implements a lot of Perforce-specific information
and operations on Perforce client-side files by extending the basic
java.io.File class with Perforce-specific fields and methods. |
| RpcPerforceFileType.RpcServerTypeStringSpec |
|
| RpcUnicodeInputStream |
InputStream wrapper that detects and skips the Unicode BOM (Byte Order Mark)
in Unicode encoded text files. |
| RpcUnicodeInputStream.BOM |
Types of Unicode BOMs. |