Uses of Class
org.opendaylight.controller.cluster.io.ChunkedByteArray
-
Packages that use ChunkedByteArray Package Description org.opendaylight.controller.cluster.io -
-
Uses of ChunkedByteArray in org.opendaylight.controller.cluster.io
Methods in org.opendaylight.controller.cluster.io that return ChunkedByteArray Modifier and Type Method Description static ChunkedByteArray
ChunkedByteArray. readFrom(ObjectInput in, int size, int chunkSize)
Methods in org.opendaylight.controller.cluster.io that return types with arguments of type ChunkedByteArray Modifier and Type Method Description Variant<byte[],ChunkedByteArray>
ChunkedOutputStream. toVariant()
-