Package org.apache.solr.common.util
Class FastJavaBinDecoder
- java.lang.Object
- 
- org.apache.solr.common.util.FastJavaBinDecoder
 
- 
- All Implemented Interfaces:
- DataEntry.FastDecoder
 
 public class FastJavaBinDecoder extends Object implements DataEntry.FastDecoder 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classFastJavaBinDecoder.EntryImplstatic classFastJavaBinDecoder.Tag
 - 
Constructor SummaryConstructors Constructor Description FastJavaBinDecoder()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectdecode(DataEntry.EntryListener listener)static DataEntry.EntryListenergetEntryListener()FastJavaBinDecoderwithInputStream(InputStream is)
 
- 
- 
- 
Method Detail- 
withInputStreampublic FastJavaBinDecoder withInputStream(InputStream is) - Specified by:
- withInputStreamin interface- DataEntry.FastDecoder
 
 - 
decodepublic Object decode(DataEntry.EntryListener listener) throws IOException - Specified by:
- decodein interface- DataEntry.FastDecoder
- Throws:
- IOException
 
 - 
getEntryListenerpublic static DataEntry.EntryListener getEntryListener() 
 
- 
 
-