public class AppleFileHelper
extends java.lang.Object
| Constructor and Description |
|---|
AppleFileHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
extractFile(RpcPerforceFile file)
Extract the data fork and the resource fork from the Apple file.
|
static byte[] |
getBytesFromFile(java.io.File file)
Gets the bytes from file.
|
public static void extractFile(RpcPerforceFile file)
file - the Apple filepublic static byte[] getBytesFromFile(java.io.File file)
throws java.io.IOException
file - the filejava.io.IOException - Signals that an I/O exception has occurred.