Home
last modified time | relevance | path

Searched defs:nBytes (Results 1 – 1 of 1) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexBuffer.java93 public int readInt(int nBytes) { in readInt()
106 public short readShort(int nBytes) { in readShort()
119 public char readChar(int nBytes) { in readChar()
132 public long readLong(int nBytes) { in readLong()
145 public float readFloat(int nBytes) { in readFloat()
172 public double readDouble(int nBytes) { in readDouble()
179 public void skip(int nBytes) { in skip()