Package org.apache.solr.common.util
Interface DataEntry.FastDecoder
- 
- All Known Implementing Classes:
- FastJavaBinDecoder
 - Enclosing interface:
- DataEntry
 
 public static interface DataEntry.FastDecoder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectdecode(DataEntry.EntryListener iterListener)DataEntry.FastDecoderwithInputStream(InputStream is)
 
- 
- 
- 
Method Detail- 
withInputStreamDataEntry.FastDecoder withInputStream(InputStream is) 
 - 
decodeObject decode(DataEntry.EntryListener iterListener) throws IOException - Throws:
- IOException
 
 
- 
 
-