Searched defs:readLength (Results 1 – 2 of 2) sorted by relevance
346 int read(@NonNull byte[] buffer, int offset, int readLength) throws IOException; in read()1569 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()1898 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()1931 public int read(byte[] buffer, int offset, int readLength) { in read()
503 size_t readLength = 0; in itemize() local