Module mslinks
Package mslinks.data

Class BitSet32

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int d  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clear​(int i)  
      protected boolean get​(int i)  
      void serialize​(ByteWriter bw)  
      protected void set​(int i)  
      • Methods inherited from class java.lang.Object

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

      • d

        private int d
    • Constructor Detail

      • BitSet32

        public BitSet32​(int n)
      • BitSet32

        public BitSet32​(ByteReader data)
                 throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • get

        protected boolean get​(int i)
      • set

        protected void set​(int i)
      • clear

        protected void clear​(int i)
      • serialize

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