Package org.capnproto
Class Data.Reader
- java.lang.Object
-
- org.capnproto.Data.Reader
-
-
Field Summary
Fields Modifier and Type Field Description ByteBufferbufferintoffsetintsize
-
Constructor Summary
Constructors Constructor Description Reader()Reader(byte[] bytes)Reader(ByteBuffer buffer, int offset, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferasByteBuffer()intsize()byte[]toArray()
-
-
-
Field Detail
-
buffer
public final ByteBuffer buffer
-
offset
public final int offset
-
size
public final int size
-
-
Constructor Detail
-
Reader
public Reader()
-
Reader
public Reader(ByteBuffer buffer, int offset, int size)
-
Reader
public Reader(byte[] bytes)
-
-
Method Detail
-
size
public final int size()
-
asByteBuffer
public ByteBuffer asByteBuffer()
-
toArray
public byte[] toArray()
-
-