Uses of Class
org.apache.solr.common.util.FastOutputStream

Packages that use FastOutputStream
org.apache.solr.common.util   
 

Uses of FastOutputStream in org.apache.solr.common.util
 

Methods in org.apache.solr.common.util that return FastOutputStream
static FastOutputStream FastOutputStream.wrap(OutputStream sink)
           
 

Methods in org.apache.solr.common.util with parameters of type FastOutputStream
static void NamedListCodec.writeChars(FastOutputStream os, String s, int start, int length)
          Writes a sequence of UTF-8 encoded characters from a string.
static void NamedListCodec.writeVInt(int i, FastOutputStream out)
          Special method for variable length int (copied from lucene).
static void NamedListCodec.writeVLong(long i, FastOutputStream out)
           
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.