java.lang.Object
com.flexstor.remote.resourcefork.ntfs.NtfsMacBinaryDecoder
- public class NtfsMacBinaryDecoder
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AFP_RESOURCE
public static final java.lang.String AFP_RESOURCE
- See Also:
- Constant Field Values
AFP_AFPINFO
public static final java.lang.String AFP_AFPINFO
- See Also:
- Constant Field Values
COMMENTS
public static final java.lang.String COMMENTS
- See Also:
- Constant Field Values
FXINFO
public static final java.lang.String FXINFO
- See Also:
- Constant Field Values
MACBINARY_EXT
public static final java.lang.String MACBINARY_EXT
- See Also:
- Constant Field Values
nDataForkLength
private int nDataForkLength
nResourceForkLength
private int nResourceForkLength
NtfsMacBinaryDecoder
public NtfsMacBinaryDecoder()
main
public static void main(java.lang.String[] args)
decodeMacBinary
public void decodeMacBinary(java.lang.String sInFile,
java.lang.String sDestination)
throws java.io.IOException
getFileInformation
private java.lang.String getFileInformation(com.flexstor.common.io.MacBinaryAccessFile mbFile)
throws java.io.IOException
getDataFork
private void getDataFork(com.flexstor.common.io.MacBinaryAccessFile mbFile,
java.lang.String sOutFile)
throws java.io.IOException
getResourceFork
private void getResourceFork(com.flexstor.common.io.MacBinaryAccessFile mbFile,
java.lang.String sOutFile)
throws java.io.IOException
getComments
private void getComments(com.flexstor.common.io.MacBinaryAccessFile mbFile,
java.lang.String sOutFile)
throws java.io.IOException
getFinderInfo
private void getFinderInfo(com.flexstor.common.io.MacBinaryAccessFile mbFile,
java.lang.String sOutFile)
throws java.io.IOException
getFXInfo
private void getFXInfo(com.flexstor.common.io.MacBinaryAccessFile mbFile,
java.lang.String sOutFile)
throws java.io.IOException