Uses of Class
org.capnproto.Text.Reader
-
-
Uses of Text.Reader in org.capnproto
Methods in org.capnproto that return Text.Reader Modifier and Type Method Description Text.ReaderText.Factory. fromPointerReader(SegmentReader segment, int pointer, int nestingLimit)Text.ReaderText.Factory. fromPointerReaderBlobDefault(SegmentReader segment, int pointer, ByteBuffer defaultBuffer, int defaultOffset, int defaultSize)Text.ReaderTextList.Reader. get(int index)Text.ReaderTextList.Reader.Iterator. next()Methods in org.capnproto that return types with arguments of type Text.Reader Modifier and Type Method Description Iterator<Text.Reader>TextList.Reader. iterator()Methods in org.capnproto with parameters of type Text.Reader Modifier and Type Method Description voidTextList.Builder. set(int index, Text.Reader value)voidText.Factory. setPointerBuilder(SegmentBuilder segment, int pointer, Text.Reader value)
-