| Package | Description |
|---|---|
| org.apache.solr.common.util |
| 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 |
|---|---|
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) |