Package org.apache.solr.common.util
Class FastJavaBinDecoder
java.lang.Object
org.apache.solr.common.util.FastJavaBinDecoder
- All Implemented Interfaces:
DataEntry.FastDecoder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(DataEntry.EntryListener listener) static DataEntry.EntryListener
-
Constructor Details
-
FastJavaBinDecoder
public FastJavaBinDecoder()
-
-
Method Details
-
withInputStream
- Specified by:
withInputStreamin interfaceDataEntry.FastDecoder
-
decode
- Specified by:
decodein interfaceDataEntry.FastDecoder- Throws:
IOException
-
getEntryListener
-