Searched refs:nBytes (Results 1 – 1 of 1) sorted by relevance
93 public int readInt(int nBytes) { in readInt() argument96 for (int i = 0; i < nBytes; i++) { in readInt()106 public short readShort(int nBytes) { in readShort() argument109 for (int i = 0; i < nBytes; i++) { in readShort()119 public char readChar(int nBytes) { in readChar() argument122 for (int i = 0; i < nBytes; i++) { in readChar()132 public long readLong(int nBytes) { in readLong() argument135 for (int i = 0; i < nBytes; i++) { in readLong()145 public float readFloat(int nBytes) { in readFloat() argument146 int bits = readInt(nBytes); in readFloat()[all …]