Searched refs:readByte (Results 1 – 7 of 7) sorted by relevance
128 private int readByte() throws IOException { in readByte() method in ImapResponseParser197 int b = readByte(); in onParseError()213 final int next = readByte(); in expect()227 final int ch = readByte(); in readUntil()261 readByte(); // skip + in parseResponse()276 readByte(); // skip * in parseResponse()290 readByte(); // skip ' ' in parseResponse()299 readByte(); in parseResponse()338 readByte(); // Skip " in parseElement()343 readByte(); // Consume \r in parseElement()[all …]
367 readByte(); // version in setInput()454 int pg = readByte(); in getNext()496 bytes[i] = (byte)readByte(); in getNext()539 private int readByte() throws IOException { in readByte() method in Parser559 int i = readByte(); in readInlineInt()577 i = readByte(); in readInt()
59 return ( 0 == readByte() ); in readBoolean()68 public byte readByte() in readByte() method in SwappedDataInputStream
73 version = input.readByte(); in NdefPushProtocol()102 mActions[i] = input.readByte(); in NdefPushProtocol()
131 requestVersion = dataIn.readByte(); in getMessage()132 byte requestField = dataIn.readByte(); in getMessage()
913 mIsDefault = in.readByte() == 1; in Account()926 if (in.readByte() == 1) { in Account()931 if (in.readByte() == 1) { in Account()
450 byte b = f.readByte();