Uses of Interface
de.haumacher.msgbuf.io.Reader
-
Packages that use Reader Package Description de.haumacher.msgbuf.coder de.haumacher.msgbuf.io de.haumacher.msgbuf.json Copy of the package `com.google.gson.stream` from gson-2.8.2 library for JSON stream writing.de.haumacher.msgbuf.server.io -
-
Uses of Reader in de.haumacher.msgbuf.coder
Methods in de.haumacher.msgbuf.coder with parameters of type Reader Modifier and Type Method Description static doubleCoder. readDouble(Reader in)static floatCoder. readFloat(Reader in)static intCoder. readInt(Reader in)static longCoder. readLong(Reader in)static StringCoder. readString(Reader in)static intCoder. readUInt(Reader in)Constructors in de.haumacher.msgbuf.coder with parameters of type Reader Constructor Description CodedIn(Reader in)Creates aCodedIn. -
Uses of Reader in de.haumacher.msgbuf.io
Classes in de.haumacher.msgbuf.io that implement Reader Modifier and Type Class Description classStringR -
Uses of Reader in de.haumacher.msgbuf.json
Constructors in de.haumacher.msgbuf.json with parameters of type Reader Constructor Description JsonReader(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 Modifier and Type Class Description classReaderAdapter
-