Searched defs:feedInput (Results 1 – 3 of 3) sorted by relevance
23 public void feedInput(ByteBuffer buffer) throws IOException; in feedInput() method
26 public void feedInput(byte[] data, int offset, int end) throws IOException; in feedInput() method
95 public void feedInput(byte[] buf, int start, int end) throws IOException in feedInput() method in NonBlockingJsonParser