Module mslinks
Package mslinks.extra

Class Stub

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] data  
      private int sign  
    • Constructor Summary

      Constructors 
      Constructor Description
      Stub​(ByteReader br, int sz, int sgn)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void serialize​(ByteWriter bw)  
      • Methods inherited from class java.lang.Object

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

      • sign

        private int sign
      • data

        private byte[] data
    • Constructor Detail

      • Stub

        public Stub​(ByteReader br,
                    int sz,
                    int sgn)
             throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • serialize

        public void serialize​(ByteWriter bw)
                       throws java.io.IOException
        Specified by:
        serialize in interface Serializable
        Throws:
        java.io.IOException