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:
readBooleanin interfaceReader- Throws:
IOException
-
readInt
- Specified by:
readIntin interfaceReader- Throws:
IOException
-
readDouble
- Specified by:
readDoublein interfaceReader- Throws:
IOException
-
readFloat
- Specified by:
readFloatin interfaceReader- Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceReader- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-