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