| Package | Description | 
|---|---|
| org.apache.solr.common.util | 
 Common utility classes reused on both clients & server. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected FastOutputStream | 
JavaBinCodec.daos  | 
| Modifier and Type | Method and Description | 
|---|---|
static FastOutputStream | 
FastOutputStream.wrap(OutputStream sink)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JavaBinCodec.init(FastOutputStream os)
expert: sets a new output stream 
 | 
static void | 
JavaBinCodec.writeVInt(int i,
         FastOutputStream out)
Special method for variable length int (copied from lucene). 
 | 
static void | 
JavaBinCodec.writeVLong(long i,
          FastOutputStream out)  | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.