Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.remote.resourcefork.ntfs
Class NtfsMacBinaryDecoder  view NtfsMacBinaryDecoder download NtfsMacBinaryDecoder.java

java.lang.Object
  extended bycom.flexstor.remote.resourcefork.ntfs.NtfsMacBinaryDecoder

public class NtfsMacBinaryDecoder
extends java.lang.Object


Field Summary
static java.lang.String AFP_AFPINFO
           
static java.lang.String AFP_RESOURCE
           
static java.lang.String COMMENTS
           
static java.lang.String FXINFO
           
static java.lang.String MACBINARY_EXT
           
private  int nDataForkLength
           
private  int nResourceForkLength
           
 
Constructor Summary
NtfsMacBinaryDecoder()
           
 
Method Summary
 void decodeMacBinary(java.lang.String sInFile, java.lang.String sDestination)
           
private  void getComments(com.flexstor.common.io.MacBinaryAccessFile mbFile, java.lang.String sOutFile)
           
private  void getDataFork(com.flexstor.common.io.MacBinaryAccessFile mbFile, java.lang.String sOutFile)
           
private  java.lang.String getFileInformation(com.flexstor.common.io.MacBinaryAccessFile mbFile)
           
private  void getFinderInfo(com.flexstor.common.io.MacBinaryAccessFile mbFile, java.lang.String sOutFile)
           
private  void getFXInfo(com.flexstor.common.io.MacBinaryAccessFile mbFile, java.lang.String sOutFile)
           
private  void getResourceFork(com.flexstor.common.io.MacBinaryAccessFile mbFile, java.lang.String sOutFile)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NtfsMacBinaryDecoder

public NtfsMacBinaryDecoder()
Method Detail

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