Searched refs:readByte (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DByteBinding.java35 return new Byte(input.readByte());
59 return entryToInput(entry).readByte();
H A DTupleInput.java200 public final byte readByte() method in class:TupleInput
657 a[0] = readByte();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEntityInput.java86 byte readByte(); method in interface:EntityInput
H A DWidenerInput.java267 return byteToObject(input.readByte());
439 public byte readByte() { method in class:WidenerInput
447 return input.readByte();
457 return input.readByte();
471 return input.readByte();
487 return input.readByte();
505 return input.readByte();
525 return BigInteger.valueOf(input.readByte());
H A DRawAbstractInput.java171 public byte readByte() { method in class:RawAbstractInput
H A DSimpleFormat.java209 return Byte.valueOf(input.readByte());
231 a[i] = input.readByte();
255 field.setByte(o, input.readByte());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DSerialInput.java82 byte len = readByte();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java117 b = input.readByte();
126 bw = Byte.valueOf(input.readByte());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfat.c255 static int readByte(Fs_t *Stream, int start) function
287 int byte0 = readByte(Stream, start);
288 int byte1 = readByte(Stream, start+1);
728 if(!mtools_skip_check && readByte(This, 3) != 0xff)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java486 assertEquals((byte) val, in.readByte());
513 assertEquals(0, in.readByte());
514 assertEquals(1, in.readByte());
515 assertEquals(-1, in.readByte());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A DRXTXcomm.jarMETA-INF/ META-INF/MANIFEST.MF gnu/io/ gnu/io/I2C.class I2C.java ...
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassReader.java1228 switch (readByte(v++)) {
1280 switch (readByte(v++)) {
1432 public int readByte(final int index) { method in class:ClassReader

Completed in 175 milliseconds