Uses of Interface
de.haumacher.msgbuf.io.Reader
Packages that use Reader
Package
Description
Copy of the package `com.google.gson.stream` from gson-2.8.2 library for JSON stream writing.
-
Uses of Reader in de.haumacher.msgbuf.coder
Methods in de.haumacher.msgbuf.coder with parameters of type ReaderModifier and TypeMethodDescriptionstatic doubleCoder.readDouble(Reader in) static floatstatic intstatic longstatic StringCoder.readString(Reader in) static intConstructors in de.haumacher.msgbuf.coder with parameters of type Reader -
Uses of Reader in de.haumacher.msgbuf.io
Classes in de.haumacher.msgbuf.io that implement Reader -
Uses of Reader in de.haumacher.msgbuf.json
Constructors in de.haumacher.msgbuf.json with parameters of type ReaderModifierConstructorDescriptionJsonReader(Reader in) Creates a new instance that reads a JSON-encoded stream fromin. -
Uses of Reader in de.haumacher.msgbuf.server.io
Classes in de.haumacher.msgbuf.server.io that implement Reader