Uses of Interface
org.capnproto.BufferedOutputStream
-
-
Uses of BufferedOutputStream in org.capnproto
Classes in org.capnproto that implement BufferedOutputStream Modifier and Type Class Description classArrayOutputStreamclassBufferedOutputStreamWrapperMethods in org.capnproto with parameters of type BufferedOutputStream Modifier and Type Method Description static voidSerializePacked. write(BufferedOutputStream output, MessageBuilder message)Serializes a MessageBuilder to a BufferedOutputStream.static voidSerializePacked. write(BufferedOutputStream output, MessageReader message)Serializes a MessageReader to a BufferedOutputStream.Constructors in org.capnproto with parameters of type BufferedOutputStream Constructor Description PackedOutputStream(BufferedOutputStream output)
-