Uses of Class
org.opendaylight.raft.spi.ByteArray
Packages that use ByteArray
-
Uses of ByteArray in org.opendaylight.raft.spi
Methods in org.opendaylight.raft.spi that return ByteArrayModifier and TypeMethodDescriptionstatic final ByteArray
ByteArray.empty()
Returns an emptyByteArray
.static ByteArray
@NonNull ByteArray
ChunkedOutputStream.toByteArray()
Return current contents as anStreamSource
.static final ByteArray
ByteArray.wrap
(byte[] bytes) Wrap abyte[]
in aByteArray
.