Class UnknownMessage

  • All Implemented Interfaces:

    
    public class UnknownMessage
    
                        

    未知消息类型。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Creator<UnknownMessage> CREATOR
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Array<byte> encode() 序列化需要传输的数据。
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      • Methods inherited from class java.lang.Object

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

      • UnknownMessage

        UnknownMessage(Array<byte> bytes)
        构造函数。
        Parameters:
        bytes - 字节内容。
      • UnknownMessage

        UnknownMessage()