public class AppleFileHelper extends 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(File file)
Gets the bytes from file.
|
public static void extractFile(RpcPerforceFile file)
file - the Apple filepublic static byte[] getBytesFromFile(File file) throws IOException
file - the fileIOException - Signals that an I/O exception has occurred.Copyright © 2017 Perforce Software. All Rights Reserved.