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 Summary
Nested Classes Modifier and Type Class Description class
FastJavaBinDecoder.EntryImpl
static class
FastJavaBinDecoder.Tag
-
Constructor Summary
Constructors Constructor Description FastJavaBinDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
decode(DataEntry.EntryListener listener)
static DataEntry.EntryListener
getEntryListener()
FastJavaBinDecoder
withInputStream(InputStream is)
-
-
-
Method Detail
-
withInputStream
public FastJavaBinDecoder withInputStream(InputStream is)
- Specified by:
withInputStream
in interfaceDataEntry.FastDecoder
-
decode
public Object decode(DataEntry.EntryListener listener) throws IOException
- Specified by:
decode
in interfaceDataEntry.FastDecoder
- Throws:
IOException
-
getEntryListener
public static DataEntry.EntryListener getEntryListener()
-
-