Searched refs:readUInt16BE (Results 1 – 2 of 2) sorted by relevance
59 int recordCount = IsoTypeReader.readUInt16BE(byteBuffer); in parse()118 int type = IsoTypeReader.readUInt16BE(byteBuffer); in createFor()119 int length = IsoTypeReader.readUInt16BE(byteBuffer); in createFor()
57 public static int readUInt16BE(ByteBuffer bb) { in readUInt16BE() method in IsoTypeReader