The `java org.elasticsearch.common.io.stream.StreamInput.readByte` method is a part of the Elasticsearch Java API. It is used to read a single byte of data from the input stream. The method returns the byte that has been read.
Java StreamInput.readByte - 30 examples found. These are the top rated real world Java examples of org.elasticsearch.common.io.stream.StreamInput.readByte extracted from open source projects. You can rate examples to help us improve the quality of examples.