Package org.fressian
Class FressianReader
java.lang.Object
org.fressian.FressianReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Reader
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFressianReader
(InputStream is, ILookup<Object, ReadHandler> handlerLookup) FressianReader
(InputStream is, ILookup<Object, ReadHandler> handlerLookup, boolean validateAdler) -
Method Summary
-
Field Details
-
standardExtensionHandlers
-
coreHandlers
-
-
Constructor Details
-
FressianReader
-
FressianReader
-
FressianReader
public FressianReader(InputStream is, ILookup<Object, ReadHandler> handlerLookup, boolean validateAdler)
-
-
Method Details
-
readBoolean
- Specified by:
readBoolean
in interfaceReader
- Throws:
IOException
-
readInt
- Specified by:
readInt
in interfaceReader
- Throws:
IOException
-
readDouble
- Specified by:
readDouble
in interfaceReader
- Throws:
IOException
-
readFloat
- Specified by:
readFloat
in interfaceReader
- Throws:
IOException
-
readObject
- Specified by:
readObject
in interfaceReader
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-