Uses of Interface
org.capnproto.BufferedInputStream
-
-
Uses of BufferedInputStream in org.capnproto
Classes in org.capnproto that implement BufferedInputStream Modifier and Type Class Description classArrayInputStreamclassBufferedInputStreamWrapperMethods in org.capnproto with parameters of type BufferedInputStream Modifier and Type Method Description static MessageReaderSerializePacked. read(BufferedInputStream input)Reads a message from the provided BufferedInputStream with default options.static MessageReaderSerializePacked. read(BufferedInputStream input, ReaderOptions options)Reads a message from the provided BufferedInputStream with the provided options.static Optional<MessageReader>SerializePacked. tryRead(BufferedInputStream input)Attempts to read a message from the provided BufferedInputStream with default options.static Optional<MessageReader>SerializePacked. tryRead(BufferedInputStream input, ReaderOptions options)Attempts to read a message from the provided BufferedInputStream with the provided options.Constructors in org.capnproto with parameters of type BufferedInputStream Constructor Description PackedInputStream(BufferedInputStream input)
-