Searched refs:endOfInput (Results 1 – 8 of 8) sorted by relevance
66 private boolean endOfInput; field in ReaderInputStream134 boolean doneEncoding = endOfInput; in read()158 result = encoder.encode(charBuffer, byteBuffer, endOfInput); in read()174 } else if (endOfInput) { // (b) in read()221 endOfInput = true; in readMoreChars()
355 protected final void endOfInput() throws IOException { in endOfInput() method in Http1xStream.AbstractSource384 endOfInput(); in FixedLengthSource()401 endOfInput(); in read()466 endOfInput(); in readChunkSize()492 endOfInput(); in read()
357 protected final void endOfInput() throws IOException { in endOfInput() method in Http1xStream.AbstractSource386 endOfInput(); in FixedLengthSource()403 endOfInput(); in read()468 endOfInput(); in readChunkSize()494 endOfInput(); in read()
30 public void endOfInput(); in endOfInput() method
44 feeder.endOfInput(); in nextToken()
3217 endOfInput (void * context ATTRIBUTE_UNUSED, in endOfInput() function3267 in->readcallback = endOfInput; in xmlParserInputBufferGrow()
123 public void endOfInput() { in endOfInput() method in NonBlockingJsonParser