Searched refs:readBytes (Results 1 – 3 of 3) sorted by relevance
68 int readBytes = getReadBytes(); in dump() local69 if (readBytes != bytes.length) { in dump()70 parsed(ba, readBytes, bytes.length - readBytes, "<extra data at end of file>"); in dump()
67 private int readBytes; field in BaseDumper94 this.readBytes = 0; in BaseDumper()139 readBytes += len; in parsed()162 return readBytes; in getReadBytes()
80 readBytes(magic); in parseHeaderItem()421 void readBytes(byte[] buffer) throws IOException { in readBytes() method in DexData