Searched defs:bits (Results 1 – 4 of 4) sorted by relevance
74 public int read(int bits) throws AccessException { in read()95 public byte[] readByteArray(int bits) throws AccessException { in readByteArray()110 public void skip(int bits) throws AccessException { in skip()
94 private Weekdays(int bits) { in Weekdays()103 public static Weekdays fromBits(int bits) { in fromBits()121 int bits = 0; in fromCalendarDays() local
99 var bits = 0 in fromCalendarDays() variable111 val bits: Int = ALL_DAYS and bits constant
121 int bits = properties[2]; in createChannel() local