Searched refs:getBufIfOpen (Results 1 – 1 of 1) sorted by relevance
169 private byte[] getBufIfOpen() throws IOException { in getBufIfOpen() method in BufferedInputStream216 byte[] buffer = getBufIfOpen(); in fill()271 return getBufIfOpen()[pos++] & 0xff; in read()285 if (len >= getBufIfOpen().length && markpos < 0) { in read1()293 System.arraycopy(getBufIfOpen(), pos, b, off, cnt); in read1()338 getBufIfOpen(); // Check for closed stream in read()370 getBufIfOpen(); // Check for closed stream in skip()448 getBufIfOpen(); // Cause exception if closed in reset()