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

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

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

Methods in org.apache.solr.common.util that return FastInputStream
static FastInputStream FastInputStream.wrap(InputStream in)
           
 

Methods in org.apache.solr.common.util with parameters of type FastInputStream
 List NamedListCodec.readArray(FastInputStream dis)
           
 byte[] NamedListCodec.readByteArray(FastInputStream dis)
           
static void NamedListCodec.readChars(FastInputStream in, char[] buffer, int start, int length)
          Reads UTF-8 encoded characters into an array.
 String NamedListCodec.readExternString(FastInputStream fis)
           
 List NamedListCodec.readIterator(FastInputStream fis)
           
 Map NamedListCodec.readMap(FastInputStream dis)
           
 NamedList NamedListCodec.readNamedList(FastInputStream dis)
           
 SimpleOrderedMap NamedListCodec.readOrderedMap(FastInputStream dis)
           
 int NamedListCodec.readSize(FastInputStream in)
           
 int NamedListCodec.readSmallInt(FastInputStream dis)
           
 long NamedListCodec.readSmallLong(FastInputStream dis)
           
 SolrDocument NamedListCodec.readSolrDocument(FastInputStream dis)
           
 SolrDocumentList NamedListCodec.readSolrDocumentList(FastInputStream dis)
           
 Object NamedListCodec.readVal(FastInputStream dis)
           
static int NamedListCodec.readVInt(FastInputStream in)
          The counterpart for the above
static long NamedListCodec.readVLong(FastInputStream in)
           
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.