Class MccMnc

  • All Implemented Interfaces:
    com.opencloud.rhino.cmp.Encodable, com.opencloud.util.FastSerializable, java.io.Serializable

    public class MccMnc
    extends java.lang.Object
    implements java.io.Serializable, com.opencloud.util.FastSerializable, com.opencloud.rhino.cmp.Encodable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MccMnc​(java.io.DataInput dataInput)  
      MccMnc​(java.io.DataInput dataInput, java.lang.ClassLoader cl, com.opencloud.rhino.cmp.codecs.DecoderUtils utils)  
      MccMnc​(java.lang.String mcc, java.lang.String mnc)  
      MccMnc​(java.lang.String mcc, java.lang.String mnc, long ageOfInformation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void encode​(java.io.DataOutput out, com.opencloud.rhino.cmp.codecs.EncoderUtils utils)  
      long getAgeOfInformation()  
      java.lang.String getMcc()  
      java.lang.String getMnc()  
      void toStream​(java.io.DataOutput out)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • MccMnc

        public MccMnc​(java.lang.String mcc,
                      java.lang.String mnc)
      • MccMnc

        public MccMnc​(java.lang.String mcc,
                      java.lang.String mnc,
                      long ageOfInformation)
      • MccMnc

        public MccMnc​(java.io.DataInput dataInput,
                      java.lang.ClassLoader cl,
                      com.opencloud.rhino.cmp.codecs.DecoderUtils utils)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • MccMnc

        public MccMnc​(java.io.DataInput dataInput)
               throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • encode

        public void encode​(java.io.DataOutput out,
                           com.opencloud.rhino.cmp.codecs.EncoderUtils utils)
                    throws java.io.IOException
        Specified by:
        encode in interface com.opencloud.rhino.cmp.Encodable
        Throws:
        java.io.IOException
      • toStream

        public void toStream​(java.io.DataOutput out)
                      throws java.io.IOException
        Specified by:
        toStream in interface com.opencloud.util.FastSerializable
        Throws:
        java.io.IOException
      • getMcc

        public java.lang.String getMcc()
      • getMnc

        public java.lang.String getMnc()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getAgeOfInformation

        public long getAgeOfInformation()