Class FSPprotection

  • All Implemented Interfaces:

    
    public class FSPprotection
    
                        

    Class for parsing reply to CC_GET_PRO command and holding directory access information.

    There are no get/set methods defined. Use public variables directly for data access.

    Since:

    1.0rc7

    Author:

    Radim Kolar

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      FSPprotection() Constructor for empty FSPprotection object.
      FSPprotection(FSPpacket pkt) Creates FSPprotection instance from FSPpacket.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FSPprotection

        FSPprotection()

        Constructor for empty FSPprotection object. All fields are zeroed.

      • FSPprotection

        FSPprotection(FSPpacket pkt)

        Creates FSPprotection instance from FSPpacket.

        Parameters:
        pkt - FSPpacket with CC_GET_PRO server response
    • Method Detail