Class MsgGCHdrProtoBuf

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deserialize​(java.io.InputStream stream)  
      int getHeaderLength()  
      int getMsg()  
      in.dragonbra.javasteam.protobufs.steamclient.SteammessagesBase.CMsgProtoBufHeader.Builder getProto()  
      void serialize​(java.io.OutputStream stream)  
      void setEMsg​(int msg)  
      void setHeaderLength​(int headerLength)  
      void setMsg​(int msg)  
      void setProto​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesBase.CMsgProtoBufHeader.Builder proto)  
      • Methods inherited from class java.lang.Object

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

      • MsgGCHdrProtoBuf

        public MsgGCHdrProtoBuf()
    • Method Detail

      • getMsg

        public int getMsg()
      • setMsg

        public void setMsg​(int msg)
      • getHeaderLength

        public int getHeaderLength()
      • setHeaderLength

        public void setHeaderLength​(int headerLength)
      • getProto

        public in.dragonbra.javasteam.protobufs.steamclient.SteammessagesBase.CMsgProtoBufHeader.Builder getProto()
      • setProto

        public void setProto​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesBase.CMsgProtoBufHeader.Builder proto)
      • serialize

        public void serialize​(java.io.OutputStream stream)
                       throws java.io.IOException
        Specified by:
        serialize in interface ISteamSerializable
        Throws:
        java.io.IOException
      • deserialize

        public void deserialize​(java.io.InputStream stream)
                         throws java.io.IOException
        Specified by:
        deserialize in interface ISteamSerializable
        Throws:
        java.io.IOException