Uses of Class
org.apache.lucene.store.ByteArrayDataInput
-
Packages that use ByteArrayDataInput Package Description org.elasticsearch.common.util -
-
Uses of ByteArrayDataInput in org.elasticsearch.common.util
Methods in org.elasticsearch.common.util with parameters of type ByteArrayDataInput Modifier and Type Method Description static longByteUtils. readVLong(ByteArrayDataInput in)Same as DataOutput#readVLong but can read negative values (read on 9 bytes).
-